Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
DChooseAccountPreferenceControllerTest.java115 final AuthenticatorDescription authDesc = new AuthenticatorDescription("com.acct1", in updateAuthDescriptions_oneProvider_shouldNotAddPreference() local
140 final AuthenticatorDescription authDesc = new AuthenticatorDescription("com.acct1", in updateAuthDescriptions_oneAdminDisabledProvider_shouldNotAddPreference() local
165 final AuthenticatorDescription authDesc = new AuthenticatorDescription("com.acct1", in updateAuthDescriptions_noProvider_shouldNotAddPreference() local
188 final AuthenticatorDescription authDesc = new AuthenticatorDescription("com.acct1", in updateAuthDescriptions_twoProvider_shouldAddTwoPreference() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
DAccountsFragment.java236 private static Context getTargetContext(Context context, AuthenticatorDescription authDesc) { in getTargetContext()
248 private static String getAuthTitle(Context targetContext, AuthenticatorDescription authDesc) { in getAuthTitle()
262 private static Drawable getAuthImage(Context targetContext, AuthenticatorDescription authDesc) { in getAuthImage()
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountTypePreferenceLoader.java257 AuthenticatorDescription authDesc = in isSafeIntent() local