/packages/apps/Car/Settings/tests/deviceless/src/com/android/car/settings/accounts/ |
D | AccountSyncPreferenceControllerTest.java | 94 ContentResolver.setSyncAutomaticallyAsUser(mAccount, in refreshUi_notSameAccountType_shouldNotCount() 114 ContentResolver.setSyncAutomaticallyAsUser(mAccount, "authority", in refreshUi_adapterInvisible_shouldNotCount() 153 ContentResolver.setSyncAutomaticallyAsUser(mAccount, "authority", in refreshUi_masterAutomaticSyncIgnoredAndAccountSyncDisabled_shouldNotCount() 192 ContentResolver.setSyncAutomaticallyAsUser(mAccount, "authority", in refreshUi_automaticSyncEnabled_shouldCount() 225 ContentResolver.setSyncAutomaticallyAsUser(mAccount, "authority1", in refreshUi_someEnabled_shouldSetSummary() 229 ContentResolver.setSyncAutomaticallyAsUser(mAccount, "authority2", in refreshUi_someEnabled_shouldSetSummary() 233 ContentResolver.setSyncAutomaticallyAsUser(mAccount, "authority3", in refreshUi_someEnabled_shouldSetSummary() 236 ContentResolver.setSyncAutomaticallyAsUser(mAccount, "authority4", in refreshUi_someEnabled_shouldSetSummary()
|
D | AccountSyncDetailsPreferenceControllerTest.java | 220 ContentResolver.setSyncAutomaticallyAsUser(mAccount, AUTHORITY, /* sync= */ false, in refreshUi_masterSyncOff_syncDisabled_shouldNotBeChecked() 235 ContentResolver.setSyncAutomaticallyAsUser(mAccount, AUTHORITY, /* sync= */ false, in refreshUi_masterSyncOn_syncDisabled_shouldBeChecked() 250 ContentResolver.setSyncAutomaticallyAsUser(mAccount, AUTHORITY, /* sync= */ true, in refreshUi_masterSyncOff_syncEnabled_shouldBeChecked() 264 ContentResolver.setSyncAutomaticallyAsUser(mAccount, AUTHORITY, /* sync= */ false, in refreshUi_syncDisabled_summaryShouldBeSet() 278 ContentResolver.setSyncAutomaticallyAsUser(mAccount, AUTHORITY, /* sync= */ true, in refreshUi_syncEnabled_activelySyncing_summaryShouldBeSet() 298 ContentResolver.setSyncAutomaticallyAsUser(mAccount, AUTHORITY, /* sync= */ true, in refreshUi_syncEnabled_syncHasHappened_summaryShouldBeSet() 363 ContentResolver.setSyncAutomaticallyAsUser(mAccount, AUTHORITY, /* sync= */ true, in refreshUi_syncFailed_shouldHaveProblemSyncIcon() 427 ContentResolver.setSyncAutomaticallyAsUser(mAccount, AUTHORITY, /* sync= */ true, in onSyncPreferenceClicked_preferenceUnchecked_shouldSetSyncAutomaticallyOff() 445 ContentResolver.setSyncAutomaticallyAsUser(mAccount, AUTHORITY, /* sync= */ true, in onSyncPreferenceClicked_preferenceUnchecked_shouldCancelSync() 462 ContentResolver.setSyncAutomaticallyAsUser(mAccount, AUTHORITY, /* sync= */ false, in onSyncPreferenceClicked_preferenceChecked_shouldSetSyncAutomaticallyOn() [all …]
|
/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/ |
D | ContentResolverCompat.java | 50 public static void setSyncAutomaticallyAsUser( in setSyncAutomaticallyAsUser() method in ContentResolverCompat 52 ContentResolver.setSyncAutomaticallyAsUser(account, authority, sync, userId); in setSyncAutomaticallyAsUser()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
D | ShadowContentResolver.java | 56 protected static void setSyncAutomaticallyAsUser(Account account, String authority, in setSyncAutomaticallyAsUser() method in ShadowContentResolver
|
/packages/apps/Car/Settings/tests/helpers/src/com/android/car/settings/testutils/ |
D | ShadowContentResolver.java | 99 protected static void setSyncAutomaticallyAsUser(Account account, String authority, in setSyncAutomaticallyAsUser() method in ShadowContentResolver
|
/packages/apps/Car/Settings/src/com/android/car/settings/accounts/ |
D | AccountSyncDetailsPreferenceController.java | 204 ContentResolver.setSyncAutomaticallyAsUser(mAccount, authority, syncOn, userId); in onSyncPreferenceClicked()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/ |
D | AccountSyncFragment.java | 185 ContentResolver.setSyncAutomaticallyAsUser(account, authority, syncOn, userId); in onPreferenceTreeClick()
|
/packages/apps/Settings/src/com/android/settings/accounts/ |
D | AccountSyncSettings.java | 310 ContentResolver.setSyncAutomaticallyAsUser(account, authority, syncOn, userId); in onPreferenceTreeClick()
|