Searched refs:getCurrentSyncs (Results 1 – 7 of 7) sorted by relevance
136 List<SyncInfo> getCurrentSyncs(); in getCurrentSyncs() method
2672 final List<SyncInfo> syncs = getContentService().getCurrentSyncs(); in getCurrentSync()2691 public static List<SyncInfo> getCurrentSyncs() { in getCurrentSyncs() method in ContentResolver2693 return getContentService().getCurrentSyncs(); in getCurrentSyncs()
926 for (SyncInfo syncInfo : getCurrentSyncs(info.userId)) { in isSyncActive()1032 getCurrentSyncs(authorityInfo.target.userId).add(syncInfo); in addActiveSync()1048 getCurrentSyncs(userId).remove(syncInfo); in removeActiveSync()1209 private List<SyncInfo> getCurrentSyncs(int userId) { in getCurrentSyncs() method in SyncStorageEngine
942 public List<SyncInfo> getCurrentSyncs() { in getCurrentSyncs() method in ContentService
7009 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();
8650 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();
9151 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();