Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7eb4fbdb authored by Jeffrey Sharkey's avatar Jeffrey Sharkey Committed by The Android Open Source Project
Browse files

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
parent 06f36b40
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -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"
+0 −13
Original line number Diff line number Diff line
@@ -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"
+1 −0
Original line number Diff line number Diff line
@@ -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) {