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

/frameworks/base/core/java/android/accounts/
H A DChooseAccountTypeActivity.java48 private HashMap<String, AuthInfo> mTypeToAuthenticatorInfo = new HashMap<String, AuthInfo>(); field in class:ChooseAccountTypeActivity
76 mAuthenticatorInfosToDisplay = new ArrayList<AuthInfo>(mTypeToAuthenticatorInfo.size());
77 for (Map.Entry<String, AuthInfo> entry: mTypeToAuthenticatorInfo.entrySet()) {
150 mTypeToAuthenticatorInfo.put(desc.type, authInfo);

Completed in 23 milliseconds