summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorFred Quintana <fredq@google.com>2009-12-11 13:17:08 -0800
committerFred Quintana <fredq@google.com>2009-12-14 16:33:13 -0800
commit274dc9d35fdf5d0464f74071a9a8f14e497d4d5f (patch)
treeecc71d179dd35751170f6a8138f220eb1c95e1cd /api
parent15f1bfb0d29915ed1790b22a00fd7032f035ddb0 (diff)
downloadframeworks_base-274dc9d35fdf5d0464f74071a9a8f14e497d4d5f.zip
frameworks_base-274dc9d35fdf5d0464f74071a9a8f14e497d4d5f.tar.gz
frameworks_base-274dc9d35fdf5d0464f74071a9a8f14e497d4d5f.tar.bz2
moved the hidden sync helpers out of the framework
Diffstat (limited to 'api')
-rw-r--r--api/current.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 1ab1f5e..c2e84be 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -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"