Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DChooseAccountPreferenceController.java174 AuthenticatorDescription[] authenticatorDescriptions = AccountManager.get( in getAuthenticatorDescriptionPreferences() local
181 for (AuthenticatorDescription authenticatorDescription : authenticatorDescriptions) { in getAuthenticatorDescriptionPreferences()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountTypeProvider.java69 AuthenticatorDescription[] authenticatorDescriptions) { in AccountTypeProvider() argument
73 mAuthTypes = onlyContactSyncable(authenticatorDescriptions, syncAdapterTypes); in AccountTypeProvider()