Searched refs:mTypeToAuthDescription (Results 1 – 3 of 3) sorted by relevance
53 private final Map<String, AuthenticatorDescription> mTypeToAuthDescription = new HashMap<>(); field in AuthenticatorHelper104 if (mTypeToAuthDescription.containsKey(accountType)) { in getDrawableForType()106 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getDrawableForType()130 if (mTypeToAuthDescription.containsKey(accountType)) { in getLabelForType()132 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getLabelForType()151 if (mTypeToAuthDescription.containsKey(accountType)) { in getPackageForType()152 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getPackageForType()165 if (mTypeToAuthDescription.containsKey(accountType)) { in getLabelIdForType()166 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getLabelIdForType()180 mTypeToAuthDescription.put(authDescs[i].type, authDescs[i]); in updateAuthDescriptions()[all …]
54 private HashMap<String, AuthenticatorDescription> mTypeToAuthDescription field in ChooseAccountActivity115 mTypeToAuthDescription.put(desc.type, desc); in getAuthDescriptions()121 if(mTypeToAuthDescription.containsKey(accountType)) { in getDrawableForType()123 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getDrawableForType()
429 Landroid/accounts/ChooseAccountActivity;->mTypeToAuthDescription:Ljava/util/HashMap;