Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DChooseAccountTypeActivity.java48 private HashMap<String, AuthInfo> mTypeToAuthenticatorInfo = new HashMap<String, AuthInfo>(); field in ChooseAccountTypeActivity
76 mAuthenticatorInfosToDisplay = new ArrayList<AuthInfo>(mTypeToAuthenticatorInfo.size()); in onCreate()
77 for (Map.Entry<String, AuthInfo> entry: mTypeToAuthenticatorInfo.entrySet()) { in onCreate()
150 mTypeToAuthenticatorInfo.put(desc.type, authInfo); in buildTypeToAuthDescriptionMap()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt445 Landroid/accounts/ChooseAccountTypeActivity;->mTypeToAuthenticatorInfo:Ljava/util/HashMap;