Home
last modified time | relevance | path

Searched refs:getCurrentSyncs (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/
DIContentService.aidl136 List<SyncInfo> getCurrentSyncs(); in getCurrentSyncs() method
DContentResolver.java2224 final List<SyncInfo> syncs = getContentService().getCurrentSyncs(); in getCurrentSync()
2243 public static List<SyncInfo> getCurrentSyncs() { in getCurrentSyncs() method in ContentResolver
2245 return getContentService().getCurrentSyncs(); in getCurrentSyncs()
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java1059 for (SyncInfo syncInfo : getCurrentSyncs(info.userId)) { in isSyncActive()
1245 getCurrentSyncs(authorityInfo.target.userId).add(syncInfo); in addActiveSync()
1261 getCurrentSyncs(userId).remove(syncInfo); in removeActiveSync()
1422 private List<SyncInfo> getCurrentSyncs(int userId) { in getCurrentSyncs() method in SyncStorageEngine
DContentService.java761 public List<SyncInfo> getCurrentSyncs() { in getCurrentSyncs() method in ContentService
/frameworks/base/api/
Dsystem-current.txt7248 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();
Dcurrent.txt7011 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();