AI 145860: am: CL 145568 Hide setStarted() from public API.

It should be renamed to something more meaninful before being exposed.
  Original author: jsharkey
  Merged from: //branches/cupcake/...

Automated import of CL 145860
This commit is contained in:
Jeffrey Sharkey
2009-04-13 08:55:24 -07:00
committed by The Android Open Source Project
parent 06f36b401d
commit 7eb4fbdbb6
3 changed files with 1 additions and 26 deletions

View File

@@ -146812,19 +146812,6 @@
<parameter name="listener" type="android.widget.Chronometer.OnChronometerTickListener">
</parameter>
</method>
<method name="setStarted"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="started" type="boolean">
</parameter>
</method>
<method name="start"
return="void"
abstract="false"

View File

@@ -147118,19 +147118,6 @@
<parameter name="listener" type="android.widget.Chronometer.OnChronometerTickListener">
</parameter>
</method>
<method name="setStarted"
return="void"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="started" type="boolean">
</parameter>
</method>
<method name="start"
return="void"
abstract="false"

View File

@@ -199,6 +199,7 @@ public class Chronometer extends TextView {
/**
* The same as calling {@link #start} or {@link #stop}.
* @hide pending API council approval
*/
@android.view.RemotableViewMethod
public void setStarted(boolean started) {