Searched refs:getCurrentSyncs (Results 1 – 10 of 10) sorted by relevance
141 List<SyncInfo> getCurrentSyncs(); in getCurrentSyncs() method
3055 final List<SyncInfo> syncs = getContentService().getCurrentSyncs();3074 public static List<SyncInfo> getCurrentSyncs() {3076 return getContentService().getCurrentSyncs();
1002 for (SyncInfo syncInfo : getCurrentSyncs(info.userId)) { in isSyncActive()1111 getCurrentSyncs(authorityInfo.target.userId).add(syncInfo); in addActiveSync()1127 getCurrentSyncs(userId).remove(syncInfo); in removeActiveSync()1325 private List<SyncInfo> getCurrentSyncs(int userId) { in getCurrentSyncs() method in SyncStorageEngine
1029 public List<SyncInfo> getCurrentSyncs() { in getCurrentSyncs() method in ContentService
715 RequiresPermission: android.content.ContentResolver#getCurrentSyncs():
9534 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();
6009 PLcom/android/server/content/SyncStorageEngine;->getCurrentSyncs(I)Ljava/util/List;
7009 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();
13304 Landroid/content/IContentService$Stub$Proxy;->getCurrentSyncs()Ljava/util/List;13382 Landroid/content/IContentService;->getCurrentSyncs()Ljava/util/List;