Searched refs:AuthInfo (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>();
49 private ArrayList<AuthInfo> mAuthenticatorInfosToDisplay;
76 mAuthenticatorInfosToDisplay = new ArrayList<AuthInfo>(mTypeToAuthenticatorInfo.size());
77 for (Map.Entry<String, AuthInfo> entry: mTypeToAuthenticatorInfo.entrySet()) {
79 final AuthInfo info = entry.getValue();
149 AuthInfo authInfo = new AuthInfo(desc, name, icon);
154 private static class AuthInfo { class in class:ChooseAccountTypeActivity
159 AuthInfo(AuthenticatorDescriptio method in class:ChooseAccountTypeActivity.AuthInfo
[all...]

Completed in 74 milliseconds