Searched refs:getCurrentSyncs (Results 1 – 7 of 7) sorted by relevance
141 List<SyncInfo> getCurrentSyncs(); in getCurrentSyncs() method
3605 final List<SyncInfo> syncs = getContentService().getCurrentSyncs();3624 public static List<SyncInfo> getCurrentSyncs() {3626 return getContentService().getCurrentSyncs();
1076 for (SyncInfo syncInfo : getCurrentSyncs(info.userId)) { in isSyncActive()1185 getCurrentSyncs(authorityInfo.target.userId).add(syncInfo); in addActiveSync()1201 getCurrentSyncs(userId).remove(syncInfo); in removeActiveSync()1400 private List<SyncInfo> getCurrentSyncs(int userId) { in getCurrentSyncs() method in SyncStorageEngine
1177 public List<SyncInfo> getCurrentSyncs() { in getCurrentSyncs() method in ContentService
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
10417 Landroid/content/IContentService$Stub$Proxy;->getCurrentSyncs()Ljava/util/List;10495 Landroid/content/IContentService;->getCurrentSyncs()Ljava/util/List;
10033 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();