summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/IContentService.aidl
diff options
context:
space:
mode:
authorFred Quintana <fredq@google.com>2010-09-27 17:05:04 -0700
committerFred Quintana <fredq@google.com>2010-10-08 09:50:45 -0700
commitc6a69559cb62bd20166c0c9684e64c60d779da38 (patch)
treeacb3d14e5158255c4232733299d8a7775289280e /core/java/android/content/IContentService.aidl
parentfdcd2660ec4e45b957b085d0814fd4f405675504 (diff)
downloadframeworks_base-c6a69559cb62bd20166c0c9684e64c60d779da38.zip
frameworks_base-c6a69559cb62bd20166c0c9684e64c60d779da38.tar.gz
frameworks_base-c6a69559cb62bd20166c0c9684e64c60d779da38.tar.bz2
Add getCurrentSyncs() to the SDK, which replaces the deprecated
getCurrentSync(). Change-Id: I1112df41e48ed93ff4c0c5af4825dbdce0c4cccc
Diffstat (limited to 'core/java/android/content/IContentService.aidl')
-rw-r--r--core/java/android/content/IContentService.aidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/IContentService.aidl b/core/java/android/content/IContentService.aidl
index a6368d5..86a9392 100644
--- a/core/java/android/content/IContentService.aidl
+++ b/core/java/android/content/IContentService.aidl
@@ -104,7 +104,7 @@ interface IContentService {
*/
boolean isSyncActive(in Account account, String authority);
- SyncInfo getCurrentSync();
+ List<SyncInfo> getCurrentSyncs();
/**
* Returns the types of the SyncAdapters that are registered with the system.