Searched refs:authDesc (Results 1 – 2 of 2) sorted by relevance
211 for (AuthenticatorDescription authDesc : authTypes) { in updateAccounts()214 targetContext = getContext().createPackageContext(authDesc.packageName, 0); in updateAccounts()226 authTitle = targetContext.getString(authDesc.labelId); in updateAccounts()237 if (authTitle != null || authDesc.iconId != 0) { in updateAccounts()238 allowableAccountTypes.add(authDesc.type); in updateAccounts()241 Account[] accounts = am.getAccountsByType(authDesc.type); in updateAccounts()249 authImage = targetContext.getDrawable(authDesc.iconId); in updateAccounts()
519 AuthenticatorDescription authDesc = in isSafeIntent() local528 ApplicationInfo authenticatorAppInf = pm.getApplicationInfo(authDesc.packageName, 0); in isSafeIntent()