summaryrefslogtreecommitdiffstats
path: root/api/current.xml
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2009-08-17 15:47:14 -0700
committerJim Miller <jaggies@google.com>2009-08-17 16:06:15 -0700
commit20ea6ce0e8a758cc5c33eb2577495bf9f4dce16e (patch)
treecd953a03c33a8040bd2be14a4a4ee95a78e234c8 /api/current.xml
parentd87116728447eef3b73dd3b87074a5d12b532261 (diff)
downloadframeworks_base-20ea6ce0e8a758cc5c33eb2577495bf9f4dce16e.zip
frameworks_base-20ea6ce0e8a758cc5c33eb2577495bf9f4dce16e.tar.gz
frameworks_base-20ea6ce0e8a758cc5c33eb2577495bf9f4dce16e.tar.bz2
Change get/set IsSyncable() methods to static. Add isUserFacing flag to SyncAdapterType. Update api file.
Diffstat (limited to 'api/current.xml')
-rw-r--r--api/current.xml15
1 files changed, 13 insertions, 2 deletions
diff --git a/api/current.xml b/api/current.xml
index 8fab662..461fc38 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -27037,7 +27037,7 @@
abstract="false"
native="false"
synchronized="false"
- static="false"
+ static="true"
final="false"
deprecated="not deprecated"
visibility="public"
@@ -27349,7 +27349,7 @@
abstract="false"
native="false"
synchronized="false"
- static="false"
+ static="true"
final="false"
deprecated="not deprecated"
visibility="public"
@@ -35797,6 +35797,17 @@
visibility="public"
>
</field>
+<field name="isUserFacing"
+ type="boolean"
+ transient="false"
+ volatile="false"
+ value="true"
+ static="false"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
</class>
<interface name="SyncStatusObserver"
abstract="true"