Searched refs:setMasterSyncAutomaticallyAsUser (Results 1 – 3 of 3) sorted by relevance
131 void setMasterSyncAutomaticallyAsUser(boolean flag, int userId); in setMasterSyncAutomaticallyAsUser() method
2323 setMasterSyncAutomaticallyAsUser(sync, UserHandle.myUserId()); in setMasterSyncAutomatically()2330 public static void setMasterSyncAutomaticallyAsUser(boolean sync, @UserIdInt int userId) { in setMasterSyncAutomaticallyAsUser() method in ContentResolver2332 getContentService().setMasterSyncAutomaticallyAsUser(sync, userId); in setMasterSyncAutomaticallyAsUser()
904 setMasterSyncAutomaticallyAsUser(flag, UserHandle.getCallingUserId()); in setMasterSyncAutomatically()908 public void setMasterSyncAutomaticallyAsUser(boolean flag, int userId) { in setMasterSyncAutomaticallyAsUser() method in ContentService