Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
DAuthenticatorHelper.java51 private final Map<String, AuthenticatorDescription> mTypeToAuthDescription = new HashMap<>(); field in AuthenticatorHelper
102 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 …]
/frameworks/base/core/java/android/accounts/
DChooseAccountActivity.java56 private HashMap<String, AuthenticatorDescription> mTypeToAuthDescription field in ChooseAccountActivity
121 mTypeToAuthDescription.put(desc.type, desc); in getAuthDescriptions()
127 if(mTypeToAuthDescription.containsKey(accountType)) { in getDrawableForType()
129 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getDrawableForType()