Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DIContentService.aidl134 boolean getMasterSyncAutomaticallyAsUser(int userId); in getMasterSyncAutomaticallyAsUser() method
DContentResolver.java2211 public static boolean getMasterSyncAutomaticallyAsUser(int userId) { in getMasterSyncAutomaticallyAsUser() method in ContentResolver
2213 return getContentService().getMasterSyncAutomaticallyAsUser(userId); in getMasterSyncAutomaticallyAsUser()
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java737 return getMasterSyncAutomaticallyAsUser(UserHandle.getCallingUserId()); in getMasterSyncAutomatically()
745 public boolean getMasterSyncAutomaticallyAsUser(int userId) { in getMasterSyncAutomaticallyAsUser() method in ContentService