Searched refs:mTypeToAuthDescription (Results 1 – 2 of 2) 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 …]
56 private HashMap<String, AuthenticatorDescription> mTypeToAuthDescription field in ChooseAccountActivity121 mTypeToAuthDescription.put(desc.type, desc); in getAuthDescriptions()127 if(mTypeToAuthDescription.containsKey(accountType)) { in getDrawableForType()129 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getDrawableForType()