Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowContentResolver.java78 protected static boolean getMasterSyncAutomaticallyAsUser(int userId) { in getMasterSyncAutomaticallyAsUser() method in ShadowContentResolver
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
H A DAccountAutoSyncPreferenceController.java70 preference.setChecked(ContentResolver.getMasterSyncAutomaticallyAsUser( in updateState()
H A DAccountSyncPreferenceController.java121 !ContentResolver.getMasterSyncAutomaticallyAsUser(userId); in getSummary()
H A DAccountSyncHelper.java152 boolean oneTimeSyncMode = !ContentResolver.getMasterSyncAutomaticallyAsUser(userId); in syncIsAllowed()
H A DAccountSyncDetailsPreferenceController.java305 boolean oneTimeSyncMode = !ContentResolver.getMasterSyncAutomaticallyAsUser(userId); in getSyncPreferences()
/aosp12/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()
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountSyncPreferenceController.java124 !ContentResolver.getMasterSyncAutomaticallyAsUser(userId); in updateSummary()
H A DAccountSyncSettings.java300 if (!ContentResolver.getMasterSyncAutomaticallyAsUser(userId) || !syncOn) { in onPreferenceTreeClick()
471 final boolean oneTimeSyncMode = !ContentResolver.getMasterSyncAutomaticallyAsUser( in setFeedsState()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
H A DAccountSyncFragment.java185 if (!ContentResolver.getMasterSyncAutomaticallyAsUser(userId) || !syncOn) { in onPreferenceTreeClick()
352 final boolean oneTimeSyncMode = !ContentResolver.getMasterSyncAutomaticallyAsUser( in onSyncStateUpdated()
/aosp12/packages/apps/Settings/src/com/android/settings/users/
H A DAutoSyncDataPreferenceController.java62 switchPreference.setChecked(ContentResolver.getMasterSyncAutomaticallyAsUser( in updateState()
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
H A DShadowContentResolver.java74 protected static boolean getMasterSyncAutomaticallyAsUser(int userId) { in getMasterSyncAutomaticallyAsUser() method in ShadowContentResolver
/aosp12/frameworks/base/core/java/android/content/
H A DIContentService.aidl139 boolean getMasterSyncAutomaticallyAsUser(int userId); in getMasterSyncAutomaticallyAsUser() method
H A DContentResolver.java3462 public static boolean getMasterSyncAutomaticallyAsUser(@UserIdInt int userId) {
3464 return getContentService().getMasterSyncAutomaticallyAsUser(userId);
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java1033 return getMasterSyncAutomaticallyAsUser(UserHandle.getCallingUserId()); in getMasterSyncAutomatically()
1041 public boolean getMasterSyncAutomaticallyAsUser(int userId) { in getMasterSyncAutomaticallyAsUser() method in ContentService
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt13064 Landroid/content/ContentResolver;->getMasterSyncAutomaticallyAsUser(I)Z
13301 Landroid/content/IContentService$Stub$Proxy;->getMasterSyncAutomaticallyAsUser(I)Z
13376 Landroid/content/IContentService;->getMasterSyncAutomaticallyAsUser(I)Z
/aosp12/frameworks/base/services/
H A Dart-profile15472 HPLcom/android/server/content/ContentService;->getMasterSyncAutomaticallyAsUser(I)Z+]Ljava/lang/Str…