Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/server/backup/
DAccountSyncSettingsBackupHelper.java153 backupJSON.put(KEY_MASTER_SYNC_ENABLED, ContentResolver.getMasterSyncAutomaticallyAsUser( in serializeAccountSyncSettingsToJSON()
263 boolean currentMasterSyncEnabled = ContentResolver.getMasterSyncAutomaticallyAsUser( in restoreEntity()
/frameworks/base/core/java/android/content/
DIContentService.aidl139 boolean getMasterSyncAutomaticallyAsUser(int userId); in getMasterSyncAutomaticallyAsUser() method
DContentResolver.java3533 public static boolean getMasterSyncAutomaticallyAsUser(@UserIdInt int userId) {
3535 return getContentService().getMasterSyncAutomaticallyAsUser(userId);
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java1108 return getMasterSyncAutomaticallyAsUser(UserHandle.getCallingUserId()); in getMasterSyncAutomatically()
1116 public boolean getMasterSyncAutomaticallyAsUser(int userId) { in getMasterSyncAutomaticallyAsUser() method in ContentService
/frameworks/base/boot/hiddenapi/
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