Home
last modified time | relevance | path

Searched refs:authenticatorDescriptions (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
H A DAccountTypesHelper.java102 AuthenticatorDescription[] authenticatorDescriptions = in updateAuthorizedAccountTypes() local
106 for (AuthenticatorDescription authenticatorDescription : authenticatorDescriptions) { in updateAuthorizedAccountTypes()
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountTypeProvider.java69 AuthenticatorDescription[] authenticatorDescriptions) { in AccountTypeProvider() argument
73 mAuthTypes = onlyContactSyncable(authenticatorDescriptions, syncAdapterTypes); in AccountTypeProvider()