Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/accounts/
H A DChooseAccountTypeActivity.java49 private HashMap<String, AuthInfo> mTypeToAuthenticatorInfo = new HashMap<String, AuthInfo>(); field in ChooseAccountTypeActivity
80 mAuthenticatorInfosToDisplay = new ArrayList<AuthInfo>(mTypeToAuthenticatorInfo.size()); in onCreate()
81 for (Map.Entry<String, AuthInfo> entry: mTypeToAuthenticatorInfo.entrySet()) { in onCreate()
154 mTypeToAuthenticatorInfo.put(desc.type, authInfo); in buildTypeToAuthDescriptionMap()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt445 Landroid/accounts/ChooseAccountTypeActivity;->mTypeToAuthenticatorInfo:Ljava/util/HashMap;