Home
last modified time | relevance | path

Searched defs:authDesc (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
H A DChooseAccountPreferenceControllerTest.java108 final AuthenticatorDescription authDesc = new AuthenticatorDescription("com.acct1", in updateAuthDescriptions_oneProvider_shouldNotAddPreference() local
133 final AuthenticatorDescription authDesc = new AuthenticatorDescription("com.acct1", in updateAuthDescriptions_oneAdminDisabledProvider_shouldNotAddPreference() local
158 final AuthenticatorDescription authDesc = new AuthenticatorDescription("com.acct1", in updateAuthDescriptions_noProvider_shouldNotAddPreference() local
181 final AuthenticatorDescription authDesc = new AuthenticatorDescription("com.acct1", in updateAuthDescriptions_twoProvider_shouldAddTwoPreference() local
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
H A DAccountsFragment.java213 private static Context getTargetContext(Context context, AuthenticatorDescription authDesc) { in getTargetContext()
225 private static String getAuthTitle(Context targetContext, AuthenticatorDescription authDesc) { in getAuthTitle()
239 private static Drawable getAuthImage(Context targetContext, AuthenticatorDescription authDesc) { in getAuthImage()
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountTypePreferenceLoader.java190 AuthenticatorDescription authDesc = in isSafeIntent() local