Searched refs:getMasterSyncAutomaticallyAsUser (Results 1 – 5 of 5) sorted by relevance
163 if (!ContentResolver.getMasterSyncAutomaticallyAsUser(userId) || !syncOn) { in onPreferenceTreeClick()329 final boolean oneTimeSyncMode = !ContentResolver.getMasterSyncAutomaticallyAsUser( in onSyncStateUpdated()
310 if (!ContentResolver.getMasterSyncAutomaticallyAsUser(userId) || !syncOn) { in onPreferenceTreeClick()479 final boolean oneTimeSyncMode = !ContentResolver.getMasterSyncAutomaticallyAsUser( in setFeedsState()
121 !ContentResolver.getMasterSyncAutomaticallyAsUser(userId); in updateSummary()
61 switchPreference.setChecked(ContentResolver.getMasterSyncAutomaticallyAsUser( in updateState()
69 public static boolean getMasterSyncAutomaticallyAsUser(int userId) { in getMasterSyncAutomaticallyAsUser() method in ShadowContentResolver