Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DIContentService.aidl141 List<SyncInfo> getCurrentSyncs(); in getCurrentSyncs() method
DContentResolver.java3534 final List<SyncInfo> syncs = getContentService().getCurrentSyncs();
3553 public static List<SyncInfo> getCurrentSyncs() {
3555 return getContentService().getCurrentSyncs();
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java1021 for (SyncInfo syncInfo : getCurrentSyncs(info.userId)) { in isSyncActive()
1130 getCurrentSyncs(authorityInfo.target.userId).add(syncInfo); in addActiveSync()
1146 getCurrentSyncs(userId).remove(syncInfo); in removeActiveSync()
1344 private List<SyncInfo> getCurrentSyncs(int userId) { in getCurrentSyncs() method in SyncStorageEngine
DContentService.java1105 public List<SyncInfo> getCurrentSyncs() { in getCurrentSyncs() method in ContentService
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt13295 Landroid/content/IContentService$Stub$Proxy;->getCurrentSyncs()Ljava/util/List;
13373 Landroid/content/IContentService;->getCurrentSyncs()Ljava/util/List;
/frameworks/base/core/api/
Dcurrent.txt10306 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7009 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();
/frameworks/base/services/
Dart-profile15467 PLcom/android/server/content/ContentService;->getCurrentSyncs()Ljava/util/List;
15886 HPLcom/android/server/content/SyncStorageEngine;->getCurrentSyncs(I)Ljava/util/List;