Searched refs:getCurrentSyncs (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/content/
H A DIContentService.aidl136 List<SyncInfo> getCurrentSyncs();
H A DContentResolver.java2217 * {@link #getCurrentSyncs()} to get the accurate list of current syncs.
2224 final List<SyncInfo> syncs = getContentService().getCurrentSyncs();
2243 public static List<SyncInfo> getCurrentSyncs() { method in class:ContentResolver
2245 return getContentService().getCurrentSyncs();
2252 * @see #getCurrentSyncs()
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java1059 for (SyncInfo syncInfo : getCurrentSyncs(info.userId)) {
1245 getCurrentSyncs(authorityInfo.target.userId).add(syncInfo);
1261 getCurrentSyncs(userId).remove(syncInfo);
1422 private List<SyncInfo> getCurrentSyncs(int userId) { method in class:SyncStorageEngine
H A DContentService.java761 public List<SyncInfo> getCurrentSyncs() { method in class:ContentService

Completed in 54 milliseconds