Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/server/backup/
H A DAccountSyncSettingsBackupHelper.java152 backupJSON.put(KEY_MASTER_SYNC_ENABLED, ContentResolver.getMasterSyncAutomaticallyAsUser( in serializeAccountSyncSettingsToJSON()
262 boolean currentMasterSyncEnabled = ContentResolver.getMasterSyncAutomaticallyAsUser( in restoreEntity()
/aosp14/frameworks/base/core/java/android/content/
H A DIContentService.aidl139 boolean getMasterSyncAutomaticallyAsUser(int userId); in getMasterSyncAutomaticallyAsUser() method
H A DContentResolver.java3533 public static boolean getMasterSyncAutomaticallyAsUser(@UserIdInt int userId) {
3535 return getContentService().getMasterSyncAutomaticallyAsUser(userId);
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java1107 return getMasterSyncAutomaticallyAsUser(UserHandle.getCallingUserId()); in getMasterSyncAutomatically()
1115 public boolean getMasterSyncAutomaticallyAsUser(int userId) { in getMasterSyncAutomaticallyAsUser() method in ContentService
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10186 Landroid/content/ContentResolver;->getMasterSyncAutomaticallyAsUser(I)Z
10423 Landroid/content/IContentService$Stub$Proxy;->getMasterSyncAutomaticallyAsUser(I)Z
10498 Landroid/content/IContentService;->getMasterSyncAutomaticallyAsUser(I)Z
/aosp14/frameworks/base/services/
H A Dart-profile2986 HPLcom/android/server/content/ContentService;->getMasterSyncAutomaticallyAsUser(I)Z