Searched refs:setMasterSyncAutomaticallyAsUser (Results 1 – 5 of 5) sorted by relevance
266 ContentResolver.setMasterSyncAutomaticallyAsUser(false, mUserId); in restoreEntity()273 ContentResolver.setMasterSyncAutomaticallyAsUser(masterSyncEnabled, mUserId); in restoreEntity()
135 void setMasterSyncAutomaticallyAsUser(boolean flag, int userId); in setMasterSyncAutomaticallyAsUser() method
3000 setMasterSyncAutomaticallyAsUser(sync, UserHandle.myUserId());3007 public static void setMasterSyncAutomaticallyAsUser(boolean sync, @UserIdInt int userId) {3009 getContentService().setMasterSyncAutomaticallyAsUser(sync, userId);
186 ContentResolver.setMasterSyncAutomaticallyAsUser(false, primaryUser.id); in configureUser()
985 setMasterSyncAutomaticallyAsUser(flag, UserHandle.getCallingUserId()); in setMasterSyncAutomatically()989 public void setMasterSyncAutomaticallyAsUser(boolean flag, int userId) { in setMasterSyncAutomaticallyAsUser() method in ContentService