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()131 if (mTypeToAuthDescription.containsKey(accountType)) { in getLabelForType()133 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getLabelForType()152 if (mTypeToAuthDescription.containsKey(accountType)) { in getPackageForType()153 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getPackageForType()166 if (mTypeToAuthDescription.containsKey(accountType)) { in getLabelIdForType()167 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getLabelIdForType()181 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;