Home
last modified time | relevance | path

Searched refs:mTypeToAuthDescription (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
DAuthenticatorHelper.java53 private final Map<String, AuthenticatorDescription> mTypeToAuthDescription = new HashMap<>(); field in AuthenticatorHelper
104 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 …]
/frameworks/base/core/java/android/accounts/
DChooseAccountActivity.java54 private HashMap<String, AuthenticatorDescription> mTypeToAuthDescription field in ChooseAccountActivity
115 mTypeToAuthDescription.put(desc.type, desc); in getAuthDescriptions()
121 if(mTypeToAuthDescription.containsKey(accountType)) { in getDrawableForType()
123 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getDrawableForType()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt429 Landroid/accounts/ChooseAccountActivity;->mTypeToAuthDescription:Ljava/util/HashMap;