/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/accounts/ |
H A D | AccountSyncPreferenceControllerTest.java | 93 SyncAdapterType[] syncAdapters = {syncAdapterType}; in refreshUi_notSameAccountType_shouldNotCount() local 113 SyncAdapterType[] syncAdapters = {syncAdapterType}; in refreshUi_adapterInvisible_shouldNotCount() local 133 SyncAdapterType[] syncAdapters = {syncAdapterType}; in refreshUi_notSyncable_shouldNotCount() local 151 SyncAdapterType[] syncAdapters = {syncAdapterType}; in refreshUi_masterAutomaticSyncIgnoredAndAccountSyncDisabled_shouldNotCount() local 172 SyncAdapterType[] syncAdapters = {syncAdapterType}; in refreshUi_masterAutomaticSyncUsed_shouldCount() local 191 SyncAdapterType[] syncAdapters = {syncAdapterType}; in refreshUi_automaticSyncEnabled_shouldCount() local 221 SyncAdapterType[] syncAdapters = in refreshUi_someEnabled_shouldSetSummary() local
|
H A D | AccountSyncDetailsPreferenceControllerTest.java | 116 SyncAdapterType[] syncAdapters = {syncAdapterType}; in refreshUi_syncAdapterDoesNotHaveSameAccountType_shouldNotBeShown() local 129 SyncAdapterType[] syncAdapters = {syncAdapterType}; in refreshUi_syncAdapterIsNotVisible_shouldNotBeShown() local 142 SyncAdapterType[] syncAdapters = {syncAdapterType}; in refreshUi_syncAdapterIsNotSyncable_shouldNotBeShown() local 157 SyncAdapterType[] syncAdapters = {syncAdapterType}; in refreshUi_syncAdapterDoesNotHaveProviderInfo_shouldNotBeShown() local 174 SyncAdapterType[] syncAdapters = {syncAdapterType}; in refreshUi_providerInfoDoesNotHaveLabel_shouldNotBeShown() local 199 SyncAdapterType[] syncAdapters = {syncAdapterType}; in refreshUi_providerLabelShouldBeSet() local 515 SyncAdapterType[] syncAdapters = new SyncAdapterType[authorities.length]; in setUpVisibleSyncAdapters() local
|
H A D | AccountTypesHelperTest.java | 117 SyncAdapterType[] syncAdapters = {syncAdapterType}; in forceUpdate_doesNotHaveAuthoritiesInFilter_notAuthorized() local 136 SyncAdapterType[] syncAdapters = {syncAdapterType}; in refreshUi_hasAuthoritiesInFilter_notAuthorized() local
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/ |
H A D | AccountSyncPreferenceControllerTest.java | 100 SyncAdapterType[] syncAdapters = {syncAdapterType}; in updateSummary_adapterInvisible_shouldNotCount() local 113 SyncAdapterType[] syncAdapters = {syncAdapterType}; in updateSummary_notSameAccountType_shouldNotCount() local 126 SyncAdapterType[] syncAdapters = {syncAdapterType}; in updateSummary_notSyncable_shouldNotCount() local 140 SyncAdapterType[] syncAdapters = {syncAdapterType}; in updateSummary_syncDisabled_shouldNotCount() local 155 SyncAdapterType[] syncAdapters = {syncAdapterType}; in updateSummary_syncEnabled_shouldCount() local 174 SyncAdapterType[] syncAdapters = in updateSummary_multipleSyncAdapters_shouldSetSummary() local
|
H A D | ChooseAccountPreferenceControllerTest.java | 113 final SyncAdapterType[] syncAdapters = {new SyncAdapterType("authority" /* authority */, in updateAuthDescriptions_oneProvider_shouldNotAddPreference() local 138 final SyncAdapterType[] syncAdapters = {new SyncAdapterType("authority" /* authority */, in updateAuthDescriptions_oneAdminDisabledProvider_shouldNotAddPreference() local 163 final SyncAdapterType[] syncAdapters = {new SyncAdapterType("authority" /* authority */, in updateAuthDescriptions_noProvider_shouldNotAddPreference() local 190 final SyncAdapterType[] syncAdapters = {new SyncAdapterType("authority" /* authority */, in updateAuthDescriptions_twoProvider_shouldAddTwoPreference() local
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/accounts/ |
H A D | AccountSyncPreferenceController.java | 98 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypesAsUser(userId); in getSummary() local
|
H A D | AccountDetailsWithSyncStatusPreferenceController.java | 95 Set<SyncAdapterType> syncAdapters = AccountSyncHelper.getVisibleSyncAdaptersForAccount( in isSyncFailing() local
|
H A D | AccountSyncHelper.java | 63 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypesAsUser( in getSyncableSyncAdaptersForAccount() local
|
H A D | AccountSyncDetailsPreferenceController.java | 309 Set<SyncAdapterType> syncAdapters = AccountSyncHelper.getVisibleSyncAdaptersForAccount( in getSyncPreferences() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/ |
H A D | AccountSyncPreferenceController.java | 108 final SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypesAsUser(userId); in updateSummary() local
|
H A D | ChooseAccountPreferenceController.java | 208 final SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypesAsUser( in getAuthoritiesForAccountType() local
|
H A D | AccountSyncSettings.java | 511 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypesAsUser( in updateAccountSwitches() local
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/ |
H A D | AuthenticatorHelper.java | 255 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypesAsUser( in buildAccountTypeToAuthoritiesMap() local
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/ |
H A D | AccountSyncFragment.java | 362 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypesAsUser( in updateAccountSwitches() local
|
/aosp12/frameworks/base/core/java/com/android/server/backup/ |
H A D | AccountSyncSettingsBackupHelper.java | 132 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypesAsUser(userId); in serializeAccountSyncSettingsToJSON() local
|