Searched refs:getCurrentSyncs (Results 1 – 6 of 6) 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
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
6009 PLcom/android/server/content/SyncStorageEngine;->getCurrentSyncs(I)Ljava/util/List;