Searched refs:AuthInfo (Results 1 – 2 of 2) sorted by relevance
49 private HashMap<String, AuthInfo> mTypeToAuthenticatorInfo = new HashMap<String, AuthInfo>();50 private ArrayList<AuthInfo> mAuthenticatorInfosToDisplay;80 mAuthenticatorInfosToDisplay = new ArrayList<AuthInfo>(mTypeToAuthenticatorInfo.size()); in onCreate()81 for (Map.Entry<String, AuthInfo> entry: mTypeToAuthenticatorInfo.entrySet()) { in onCreate()83 final AuthInfo info = entry.getValue(); in onCreate()152 AuthInfo authInfo = new AuthInfo(desc, name, icon); in buildTypeToAuthDescriptionMap()157 private static class AuthInfo { class in ChooseAccountTypeActivity162 AuthInfo(AuthenticatorDescription desc, String name, Drawable drawable) { in AuthInfo() method in ChooseAccountTypeActivity.AuthInfo174 private static class AccountArrayAdapter extends ArrayAdapter<AuthInfo> {176 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;