Searched refs:getCurrentSyncs (Results 1 – 8 of 8) sorted by relevance
141 List<SyncInfo> getCurrentSyncs(); in getCurrentSyncs() method
3534 final List<SyncInfo> syncs = getContentService().getCurrentSyncs();3553 public static List<SyncInfo> getCurrentSyncs() {3555 return getContentService().getCurrentSyncs();
1021 for (SyncInfo syncInfo : getCurrentSyncs(info.userId)) { in isSyncActive()1130 getCurrentSyncs(authorityInfo.target.userId).add(syncInfo); in addActiveSync()1146 getCurrentSyncs(userId).remove(syncInfo); in removeActiveSync()1344 private List<SyncInfo> getCurrentSyncs(int userId) { in getCurrentSyncs() method in SyncStorageEngine
1105 public List<SyncInfo> getCurrentSyncs() { in getCurrentSyncs() method in ContentService
13295 Landroid/content/IContentService$Stub$Proxy;->getCurrentSyncs()Ljava/util/List;13373 Landroid/content/IContentService;->getCurrentSyncs()Ljava/util/List;
10306 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();
7009 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();
15467 PLcom/android/server/content/ContentService;->getCurrentSyncs()Ljava/util/List;15886 HPLcom/android/server/content/SyncStorageEngine;->getCurrentSyncs(I)Ljava/util/List;