Searched refs:mTypeToAuthDescription (Results 1 – 3 of 3) sorted by relevance
51 private final Map<String, AuthenticatorDescription> mTypeToAuthDescription = new HashMap<>(); field in AuthenticatorHelper102 if (mTypeToAuthDescription.containsKey(accountType)) { in getDrawableForType()104 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getDrawableForType()129 if (mTypeToAuthDescription.containsKey(accountType)) { in getLabelForType()131 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getLabelForType()150 if (mTypeToAuthDescription.containsKey(accountType)) { in getPackageForType()151 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getPackageForType()164 if (mTypeToAuthDescription.containsKey(accountType)) { in getLabelIdForType()165 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getLabelIdForType()179 mTypeToAuthDescription.put(authDescs[i].type, authDescs[i]); in updateAuthDescriptions()[all …]
57 private HashMap<String, AuthenticatorDescription> mTypeToAuthDescription field in ChooseAccountActivity122 mTypeToAuthDescription.put(desc.type, desc); in getAuthDescriptions()128 if(mTypeToAuthDescription.containsKey(accountType)) { in getDrawableForType()130 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getDrawableForType()
429 Landroid/accounts/ChooseAccountActivity;->mTypeToAuthDescription:Ljava/util/HashMap;