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:
committed by
The Android Open Source Project
parent
06f36b401d
commit
7eb4fbdbb6
13
api/3.xml
13
api/3.xml
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user