Searched refs:setMasterSyncAutomaticallyAsUser (Results 1 – 4 of 4) sorted by relevance
131 void setMasterSyncAutomaticallyAsUser(boolean flag, int userId); in setMasterSyncAutomaticallyAsUser() method
2681 setMasterSyncAutomaticallyAsUser(sync, UserHandle.myUserId()); in setMasterSyncAutomatically()2688 public static void setMasterSyncAutomaticallyAsUser(boolean sync, @UserIdInt int userId) { in setMasterSyncAutomaticallyAsUser() method in ContentResolver2690 getContentService().setMasterSyncAutomaticallyAsUser(sync, userId); in setMasterSyncAutomaticallyAsUser()
963 setMasterSyncAutomaticallyAsUser(flag, UserHandle.getCallingUserId()); in setMasterSyncAutomatically()967 public void setMasterSyncAutomaticallyAsUser(boolean flag, int userId) { in setMasterSyncAutomaticallyAsUser() method in ContentService
17400 HSPLandroid/content/IContentService;->setMasterSyncAutomaticallyAsUser(ZI)V