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.java3605 final List<SyncInfo> syncs = getContentService().getCurrentSyncs();
3624 public static List<SyncInfo> getCurrentSyncs() {
3626 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.java1178 public List<SyncInfo> getCurrentSyncs() { in getCurrentSyncs() method in ContentService
/frameworks/base/core/api/
Dlint-baseline.txt590 RequiresPermission: android.content.ContentResolver#getCurrentSyncs():
591 … 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.txt850 RequiresPermission: android.content.ContentResolver#getCurrentSyncs():
851 … Method 'getCurrentSyncs' documentation mentions permissions without declaring @RequiresPermission
Dsystem-lint-baseline.txt874 RequiresPermission: android.content.ContentResolver#getCurrentSyncs():
875 … Method 'getCurrentSyncs' documentation mentions permissions without declaring @RequiresPermission
Dcurrent.txt10368 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/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();