Home
last modified time | relevance | path

Searched defs:syncAdapters (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/accounts/
H A DAccountSyncPreferenceControllerTest.java93 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 DAccountSyncDetailsPreferenceControllerTest.java116 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 DAccountTypesHelperTest.java117 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 DAccountSyncPreferenceControllerTest.java100 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 DChooseAccountPreferenceControllerTest.java113 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 DAccountSyncPreferenceController.java98 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypesAsUser(userId); in getSummary() local
H A DAccountDetailsWithSyncStatusPreferenceController.java95 Set<SyncAdapterType> syncAdapters = AccountSyncHelper.getVisibleSyncAdaptersForAccount( in isSyncFailing() local
H A DAccountSyncHelper.java63 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypesAsUser( in getSyncableSyncAdaptersForAccount() local
H A DAccountSyncDetailsPreferenceController.java309 Set<SyncAdapterType> syncAdapters = AccountSyncHelper.getVisibleSyncAdaptersForAccount( in getSyncPreferences() local
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountSyncPreferenceController.java108 final SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypesAsUser(userId); in updateSummary() local
H A DChooseAccountPreferenceController.java208 final SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypesAsUser( in getAuthoritiesForAccountType() local
H A DAccountSyncSettings.java511 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypesAsUser( in updateAccountSwitches() local
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
H A DAuthenticatorHelper.java255 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypesAsUser( in buildAccountTypeToAuthoritiesMap() local
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
H A DAccountSyncFragment.java362 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypesAsUser( in updateAccountSwitches() local
/aosp12/frameworks/base/core/java/com/android/server/backup/
H A DAccountSyncSettingsBackupHelper.java132 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypesAsUser(userId); in serializeAccountSyncSettingsToJSON() local