Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DIContentService.aidl141 List<SyncInfo> getCurrentSyncs(); in getCurrentSyncs() method
DContentResolver.java3607 final List<SyncInfo> syncs = getContentService().getCurrentSyncs();
3626 public static List<SyncInfo> getCurrentSyncs() {
3628 return getContentService().getCurrentSyncs();
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java1082 for (SyncInfo syncInfo : getCurrentSyncs(info.userId)) { in isSyncActive()
1191 getCurrentSyncs(authorityInfo.target.userId).add(syncInfo); in addActiveSync()
1207 getCurrentSyncs(userId).remove(syncInfo); in removeActiveSync()
1406 private List<SyncInfo> getCurrentSyncs(int userId) { in getCurrentSyncs() method in SyncStorageEngine
DContentService.java1181 public List<SyncInfo> getCurrentSyncs() { in getCurrentSyncs() method in ContentService
/frameworks/base/core/api/
Dlint-baseline.txt620 RequiresPermission: android.content.ContentResolver#getCurrentSyncs():
621 … Method 'getCurrentSyncs' documentation mentions permissions without declaring @RequiresPermission
Dmodule-lib-lint-baseline.txt784 RequiresPermission: android.content.ContentResolver#getCurrentSyncs():
785 … Method 'getCurrentSyncs' documentation mentions permissions without declaring @RequiresPermission
Dtest-lint-baseline.txt856 RequiresPermission: android.content.ContentResolver#getCurrentSyncs():
857 … Method 'getCurrentSyncs' documentation mentions permissions without declaring @RequiresPermission
Dsystem-lint-baseline.txt922 RequiresPermission: android.content.ContentResolver#getCurrentSyncs():
923 … Method 'getCurrentSyncs' documentation mentions permissions without declaring @RequiresPermission
Dcurrent.txt10733 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();
/frameworks/base/services/
Dart-wear-profile7457 PLcom/android/server/content/ContentService;->getCurrentSyncs()Ljava/util/List;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10417 Landroid/content/IContentService$Stub$Proxy;->getCurrentSyncs()Ljava/util/List;
10495 Landroid/content/IContentService;->getCurrentSyncs()Ljava/util/List;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7009 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();