Searched refs:AuthInfo (Results 1 – 2 of 2) sorted by relevance
48 private HashMap<String, AuthInfo> mTypeToAuthenticatorInfo = new HashMap<String, AuthInfo>();49 private ArrayList<AuthInfo> mAuthenticatorInfosToDisplay;76 mAuthenticatorInfosToDisplay = new ArrayList<AuthInfo>(mTypeToAuthenticatorInfo.size()); in onCreate()77 for (Map.Entry<String, AuthInfo> entry: mTypeToAuthenticatorInfo.entrySet()) { in onCreate()79 final AuthInfo info = entry.getValue(); in onCreate()149 AuthInfo authInfo = new AuthInfo(desc, name, icon); in buildTypeToAuthDescriptionMap()154 private static class AuthInfo { class in ChooseAccountTypeActivity159 AuthInfo(AuthenticatorDescription desc, String name, Drawable drawable) { in AuthInfo() method in ChooseAccountTypeActivity.AuthInfo171 private static class AccountArrayAdapter extends ArrayAdapter<AuthInfo> {173 private ArrayList<AuthInfo> mInfos;[all …]
435 Landroid/accounts/ChooseAccountTypeActivity$AuthInfo;-><init>(Landroid/accounts/AuthenticatorDescri…436 Landroid/accounts/ChooseAccountTypeActivity$AuthInfo;->desc:Landroid/accounts/AuthenticatorDescript…437 Landroid/accounts/ChooseAccountTypeActivity$AuthInfo;->drawable:Landroid/graphics/drawable/Drawable;438 Landroid/accounts/ChooseAccountTypeActivity$AuthInfo;->name:Ljava/lang/String;