Searched refs:getMasterSyncAutomaticallyAsUser (Results 1 – 4 of 4) sorted by relevance
134 boolean getMasterSyncAutomaticallyAsUser(int userId); in getMasterSyncAutomaticallyAsUser() method
2664 public static boolean getMasterSyncAutomaticallyAsUser(@UserIdInt int userId) { in getMasterSyncAutomaticallyAsUser() method in ContentResolver2666 return getContentService().getMasterSyncAutomaticallyAsUser(userId); in getMasterSyncAutomaticallyAsUser()
935 return getMasterSyncAutomaticallyAsUser(UserHandle.getCallingUserId()); in getMasterSyncAutomatically()943 public boolean getMasterSyncAutomaticallyAsUser(int userId) { in getMasterSyncAutomaticallyAsUser() method in ContentService
17379 HSPLandroid/content/IContentService;->getMasterSyncAutomaticallyAsUser(I)Z