Searched refs:getMasterSyncAutomaticallyAsUser (Results 1 – 6 of 6) 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
3533 public static boolean getMasterSyncAutomaticallyAsUser(@UserIdInt int userId) {3535 return getContentService().getMasterSyncAutomaticallyAsUser(userId);
1107 return getMasterSyncAutomaticallyAsUser(UserHandle.getCallingUserId()); in getMasterSyncAutomatically()1115 public boolean getMasterSyncAutomaticallyAsUser(int userId) { in getMasterSyncAutomaticallyAsUser() method in ContentService
10186 Landroid/content/ContentResolver;->getMasterSyncAutomaticallyAsUser(I)Z10423 Landroid/content/IContentService$Stub$Proxy;->getMasterSyncAutomaticallyAsUser(I)Z10498 Landroid/content/IContentService;->getMasterSyncAutomaticallyAsUser(I)Z
2986 HPLcom/android/server/content/ContentService;->getMasterSyncAutomaticallyAsUser(I)Z