diff options
| author | Fred Quintana <fredq@google.com> | 2009-12-11 13:17:08 -0800 |
|---|---|---|
| committer | Fred Quintana <fredq@google.com> | 2009-12-14 16:33:13 -0800 |
| commit | 274dc9d35fdf5d0464f74071a9a8f14e497d4d5f (patch) | |
| tree | ecc71d179dd35751170f6a8138f220eb1c95e1cd /api | |
| parent | 15f1bfb0d29915ed1790b22a00fd7032f035ddb0 (diff) | |
| download | frameworks_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.xml | 13 |
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" |
