Searched refs:getMasterSyncAutomaticallyAsUser (Results 1 – 12 of 12) sorted by relevance
55 public static boolean getMasterSyncAutomaticallyAsUser(@UserIdInt int userId) { in getMasterSyncAutomaticallyAsUser() method in ContentResolverCompat56 return ContentResolver.getMasterSyncAutomaticallyAsUser(userId); in getMasterSyncAutomaticallyAsUser()
140 assertThat(ContentResolver.getMasterSyncAutomaticallyAsUser(0)).isFalse(); in confirmDialog_uncheckThenOk_shouldUncheck()152 assertThat(ContentResolver.getMasterSyncAutomaticallyAsUser(0)).isTrue(); in confirmDialog_uncheckThenCancel_shouldNotUncheck()
64 protected static boolean getMasterSyncAutomaticallyAsUser(int userId) { in getMasterSyncAutomaticallyAsUser() method in ShadowContentResolver
70 preference.setChecked(ContentResolver.getMasterSyncAutomaticallyAsUser( in updateState()
121 !ContentResolver.getMasterSyncAutomaticallyAsUser(userId); in getSummary()
152 boolean oneTimeSyncMode = !ContentResolver.getMasterSyncAutomaticallyAsUser(userId); in syncIsAllowed()
305 boolean oneTimeSyncMode = !ContentResolver.getMasterSyncAutomaticallyAsUser(userId); in getSyncPreferences()
124 !ContentResolver.getMasterSyncAutomaticallyAsUser(userId); in updateSummary()
314 if (!ContentResolver.getMasterSyncAutomaticallyAsUser(userId) || !syncOn) { in onPreferenceTreeClick()485 final boolean oneTimeSyncMode = !ContentResolver.getMasterSyncAutomaticallyAsUser( in setFeedsState()
189 if (!ContentResolver.getMasterSyncAutomaticallyAsUser(userId) || !syncOn) { in onPreferenceTreeClick()354 final boolean oneTimeSyncMode = !ContentResolver.getMasterSyncAutomaticallyAsUser( in onSyncStateUpdated()
74 protected static boolean getMasterSyncAutomaticallyAsUser(int userId) { in getMasterSyncAutomaticallyAsUser() method in ShadowContentResolver
63 switchPreference.setChecked(ContentResolver.getMasterSyncAutomaticallyAsUser( in updateState()