Searched refs:getMasterSyncAutomaticallyAsUser (Results 1 – 5 of 5) sorted by relevance
152 backupJSON.put(KEY_MASTER_SYNC_ENABLED, ContentResolver.getMasterSyncAutomaticallyAsUser( in serializeAccountSyncSettingsToJSON()262 boolean currentMasterSyncEnabled = ContentResolver.getMasterSyncAutomaticallyAsUser( in restoreEntity()
139 boolean getMasterSyncAutomaticallyAsUser(int userId); in getMasterSyncAutomaticallyAsUser() method
2983 public static boolean getMasterSyncAutomaticallyAsUser(@UserIdInt int userId) {2985 return getContentService().getMasterSyncAutomaticallyAsUser(userId);
957 return getMasterSyncAutomaticallyAsUser(UserHandle.getCallingUserId()); in getMasterSyncAutomatically()965 public boolean getMasterSyncAutomaticallyAsUser(int userId) { in getMasterSyncAutomaticallyAsUser() method in ContentService
5764 PLcom/android/server/content/ContentService;->getMasterSyncAutomaticallyAsUser(I)Z