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

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

AI 146012: am: CL 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/...
  Original author: android-build

Automated import of CL 146012
parent b3cddae4
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
@@ -150374,19 +150374,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) {