Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DIContentService.aidl134 boolean getMasterSyncAutomaticallyAsUser(int userId); in getMasterSyncAutomaticallyAsUser() method
DContentResolver.java2664 public static boolean getMasterSyncAutomaticallyAsUser(@UserIdInt int userId) { in getMasterSyncAutomaticallyAsUser() method in ContentResolver
2666 return getContentService().getMasterSyncAutomaticallyAsUser(userId); in getMasterSyncAutomaticallyAsUser()
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java935 return getMasterSyncAutomaticallyAsUser(UserHandle.getCallingUserId()); in getMasterSyncAutomatically()
943 public boolean getMasterSyncAutomaticallyAsUser(int userId) { in getMasterSyncAutomaticallyAsUser() method in ContentService
/frameworks/base/config/
Dboot-image-profile.txt17379 HSPLandroid/content/IContentService;->getMasterSyncAutomaticallyAsUser(I)Z