Searched refs:getMasterSyncAutomaticallyAsUser (Results 1 – 3 of 3) sorted by relevance
134 boolean getMasterSyncAutomaticallyAsUser(int userId); in getMasterSyncAutomaticallyAsUser() method
2599 public static boolean getMasterSyncAutomaticallyAsUser(@UserIdInt int userId) { in getMasterSyncAutomaticallyAsUser() method in ContentResolver2601 return getContentService().getMasterSyncAutomaticallyAsUser(userId); in getMasterSyncAutomaticallyAsUser()
874 return getMasterSyncAutomaticallyAsUser(UserHandle.getCallingUserId()); in getMasterSyncAutomatically()882 public boolean getMasterSyncAutomaticallyAsUser(int userId) { in getMasterSyncAutomaticallyAsUser() method in ContentService