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

Commit 5a374f94 authored by Fred Quintana's avatar Fred Quintana Committed by Android Git Automerger
Browse files

am 274dc9d3: moved the hidden sync helpers out of the framework

Merge commit '274dc9d3' into eclair-mr2-plus-aosp

* commit '274dc9d3':
  moved the hidden sync helpers out of the framework
parents 451c850f 274dc9d3
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -28137,6 +28137,19 @@
<parameter name="syncResult" type="android.content.SyncResult">
</parameter>
</method>
<method name="onSyncCanceled"
 return="void"
 abstract="false"
 native="false"
 synchronized="false"
 static="false"
 final="false"
 deprecated="not deprecated"
 visibility="public"
>
<parameter name="thread" type="java.lang.Thread">
</parameter>
</method>
<field name="LOG_SYNC_DETAILS"
 type="int"
 transient="false"
Loading