Searched refs:AccountInfo (Results 1 – 3 of 3) sorted by relevance
91 AccountInfo[] mAccountInfos = new AccountInfo[mAccounts.length]; in onCreate()93 mAccountInfos[i] = new AccountInfo(((Account) mAccounts[i]).name, in onCreate()170 private static class AccountInfo { class in ChooseAccountActivity174 AccountInfo(String name, Drawable drawable) { in AccountInfo() method in ChooseAccountActivity.AccountInfo185 private static class AccountArrayAdapter extends ArrayAdapter<AccountInfo> {187 private AccountInfo[] mInfos;189 public AccountArrayAdapter(Context context, int textViewResourceId, AccountInfo[] infos) { in AccountArrayAdapter()
184 static class AccountInfo { class in SyncStorageEngine189 AccountInfo(AccountAndUser accountAndUser) { in AccountInfo() method in SyncStorageEngine.AccountInfo451 private final HashMap<AccountAndUser, AccountInfo> mAccounts452 = new HashMap<AccountAndUser, AccountInfo>();935 for (AccountInfo accountInfo : mAccounts.values()) { in setBackoffLocked()960 for (AccountInfo accountInfo : mAccounts.values()) { in clearAllBackoffsLocked()1116 Iterator<AccountInfo> accIt = mAccounts.values().iterator(); in removeStaleAccounts()1118 AccountInfo acc = accIt.next(); in removeStaleAccounts()1557 AccountInfo accountInfo = mAccounts.get(au); in getAuthorityLocked()1588 AccountInfo account = mAccounts.get(au); in getOrCreateAuthorityLocked()[all …]
412 …yAdapter;-><init>(Landroid/content/Context;I[Landroid/accounts/ChooseAccountActivity$AccountInfo;)V413 …eAccountActivity$AccountArrayAdapter;->mInfos:[Landroid/accounts/ChooseAccountActivity$AccountInfo;415 Landroid/accounts/ChooseAccountActivity$AccountInfo;-><init>(Ljava/lang/String;Landroid/graphics/dr…416 Landroid/accounts/ChooseAccountActivity$AccountInfo;->drawable:Landroid/graphics/drawable/Drawable;417 Landroid/accounts/ChooseAccountActivity$AccountInfo;->name:Ljava/lang/String;