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

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

Merge branch 'readonly-p4-donut' into donut

parents 1710799c 7eb4fbdb
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
@@ -147140,19 +147140,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) {