Searched refs:getMasterSyncAutomaticallyAsUser (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/
H A DIContentService.aidl134 boolean getMasterSyncAutomaticallyAsUser(int userId);
H A DContentResolver.java2599 public static boolean getMasterSyncAutomaticallyAsUser(@UserIdInt int userId) { method in class:ContentResolver
2601 return getContentService().getMasterSyncAutomaticallyAsUser(userId);
/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java909 return getMasterSyncAutomaticallyAsUser(UserHandle.getCallingUserId());
917 public boolean getMasterSyncAutomaticallyAsUser(int userId) { method in class:ContentService

Completed in 103 milliseconds