summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Sharkey <>2009-04-09 16:53:25 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-04-09 16:53:25 -0700
commit5671777ecb3f9047f5546336a724e5b97bc3dbe0 (patch)
treea990874367303c091a36261cb4ce23ade35c6737
parent1c004f0ae1fb2f0c113d7d34f61e3cddabad3815 (diff)
downloadbase-android-sdk-1.5-pre.tar.gz
AI 145568: Hide setStarted() from public API.android-sdk-1.5-pre
It should be renamed to something more meaninful before being exposed. BUG=1779168 Automated import of CL 145568
-rw-r--r--api/3.xml13
-rw-r--r--api/current.xml13
-rw-r--r--core/java/android/widget/Chronometer.java1
3 files changed, 1 insertions, 26 deletions
diff --git a/api/3.xml b/api/3.xml
index 281cd44f836c..4d8f7a73b1e9 100644
--- a/api/3.xml
+++ b/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"
diff --git a/api/current.xml b/api/current.xml
index 281cd44f836c..4d8f7a73b1e9 100644
--- a/api/current.xml
+++ b/api/current.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"
diff --git a/core/java/android/widget/Chronometer.java b/core/java/android/widget/Chronometer.java
index 91add585fb5a..7e6672246565 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) {