diff options
-rw-r--r-- | api/3.xml | 13 | ||||
-rw-r--r-- | api/current.xml | 13 | ||||
-rw-r--r-- | core/java/android/widget/Chronometer.java | 1 |
3 files changed, 1 insertions, 26 deletions
@@ -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" diff --git a/api/current.xml b/api/current.xml index 4fbb581..8be64d2 100644 --- a/api/current.xml +++ b/api/current.xml @@ -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" diff --git a/core/java/android/widget/Chronometer.java b/core/java/android/widget/Chronometer.java index 91add58..7e66722 100644 --- a/core/java/android/widget/Chronometer.java +++ b/core/java/android/widget/Chronometer.java @@ -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) { |