Home
last modified time | relevance | path

Searched defs:authDescs (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
H A DAccountPreferenceControllerTest.java352 AuthenticatorDescription[] authDescs = { in onResume_twoAccountsOfSameType_shouldAddThreePreferences() local
389 final AuthenticatorDescription[] authDescs = { in onResume_twoAccountsOfSameName_shouldAddFivePreferences() local
430 AuthenticatorDescription[] authDescs = { in onResume_noAccountChange_shouldNotAddAccountPreference() local
465 AuthenticatorDescription[] authDescs = { in onResume_oneNewAccount_shouldAddOneAccountPreference() local
517 AuthenticatorDescription[] authDescs = { in onResume_oneNewAccountType_shouldAddOneAccountPreference() local
546 AuthenticatorDescription[] authDescs = { in onResume_oneAccountRemoved_shouldRemoveOneAccountPreference() local
584 AuthenticatorDescription[] authDescs = { in onResume_userReEnabled_shouldAddOneAccountPreference() local
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
H A DAuthenticatorHelper.java178 AuthenticatorDescription[] authDescs = AccountManager.get(context) in updateAuthDescriptions() local