Searched refs:setMasterSyncAutomaticallyAsUser (Results 1 – 3 of 3) sorted by relevance
131 void setMasterSyncAutomaticallyAsUser(boolean flag, int userId); in setMasterSyncAutomaticallyAsUser() method
2168 setMasterSyncAutomaticallyAsUser(sync, UserHandle.myUserId()); in setMasterSyncAutomatically()2175 public static void setMasterSyncAutomaticallyAsUser(boolean sync, int userId) { in setMasterSyncAutomaticallyAsUser() method in ContentResolver2177 getContentService().setMasterSyncAutomaticallyAsUser(sync, userId); in setMasterSyncAutomaticallyAsUser()
722 setMasterSyncAutomaticallyAsUser(flag, UserHandle.getCallingUserId()); in setMasterSyncAutomatically()726 public void setMasterSyncAutomaticallyAsUser(boolean flag, int userId) { in setMasterSyncAutomaticallyAsUser() method in ContentService