Searched refs:getMasterSyncAutomaticallyAsUser (Results 1 – 3 of 3) sorted by relevance
134 boolean getMasterSyncAutomaticallyAsUser(int userId); in getMasterSyncAutomaticallyAsUser() method
2151 public static boolean getMasterSyncAutomaticallyAsUser(int userId) { in getMasterSyncAutomaticallyAsUser() method in ContentResolver2153 return getContentService().getMasterSyncAutomaticallyAsUser(userId); in getMasterSyncAutomaticallyAsUser()
694 return getMasterSyncAutomaticallyAsUser(UserHandle.getCallingUserId()); in getMasterSyncAutomatically()702 public boolean getMasterSyncAutomaticallyAsUser(int userId) { in getMasterSyncAutomaticallyAsUser() method in ContentService