Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DIContentService.aidl131 void setMasterSyncAutomaticallyAsUser(boolean flag, int userId); in setMasterSyncAutomaticallyAsUser() method
DContentResolver.java2616 setMasterSyncAutomaticallyAsUser(sync, UserHandle.myUserId()); in setMasterSyncAutomatically()
2623 public static void setMasterSyncAutomaticallyAsUser(boolean sync, @UserIdInt int userId) { in setMasterSyncAutomaticallyAsUser() method in ContentResolver
2625 getContentService().setMasterSyncAutomaticallyAsUser(sync, userId); in setMasterSyncAutomaticallyAsUser()
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java902 setMasterSyncAutomaticallyAsUser(flag, UserHandle.getCallingUserId()); in setMasterSyncAutomatically()
906 public void setMasterSyncAutomaticallyAsUser(boolean flag, int userId) { in setMasterSyncAutomaticallyAsUser() method in ContentService