Searched refs:getCurrentSyncs (Results 1 – 8 of 8) sorted by relevance
107 List<SyncInfo> getCurrentSyncs(); in getCurrentSyncs() method
1647 final List<SyncInfo> syncs = getContentService().getCurrentSyncs(); in getCurrentSync()1666 public static List<SyncInfo> getCurrentSyncs() { in getCurrentSyncs() method in ContentResolver1668 return getContentService().getCurrentSyncs(); in getCurrentSyncs()
455 public List<SyncInfo> getCurrentSyncs() { in getCurrentSyncs() method in ContentService462 return getSyncManager().getSyncStorageEngine().getCurrentSyncs(userId); in getCurrentSyncs()
814 for (SyncInfo syncInfo : getCurrentSyncs(userId)) { in isSyncActive()1005 getCurrentSyncs(authority.userId).add(syncInfo); in addActiveSync()1022 getCurrentSyncs(userId).remove(syncInfo); in removeActiveSync()1201 public List<SyncInfo> getCurrentSyncs(int userId) { in getCurrentSyncs() method in SyncStorageEngine
4901 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();
4910 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();
5135 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();