Searched refs:AccountInfo (Results 1 – 4 of 4) sorted by relevance
98 AccountInfo[] mAccountInfos = new AccountInfo[mAccounts.length]; in onCreate()100 mAccountInfos[i] = new AccountInfo(((Account) mAccounts[i]).name, in onCreate()177 private static class AccountInfo { class in ChooseAccountActivity181 AccountInfo(String name, Drawable drawable) { in AccountInfo() method in ChooseAccountActivity.AccountInfo192 private static class AccountArrayAdapter extends ArrayAdapter<AccountInfo> {194 private AccountInfo[] mInfos;196 public AccountArrayAdapter(Context context, int textViewResourceId, AccountInfo[] infos) { in AccountArrayAdapter()
173 static class AccountInfo { class in SyncStorageEngine178 AccountInfo(AccountAndUser accountAndUser) { in AccountInfo() method in SyncStorageEngine.AccountInfo434 private final HashMap<AccountAndUser, AccountInfo> mAccounts435 = new HashMap<AccountAndUser, AccountInfo>();857 for (AccountInfo accountInfo : mAccounts.values()) { in setBackoffLocked()882 for (AccountInfo accountInfo : mAccounts.values()) { in clearAllBackoffsLocked()1036 Iterator<AccountInfo> accIt = mAccounts.values().iterator(); in removeStaleAccounts()1038 AccountInfo acc = accIt.next(); in removeStaleAccounts()1476 AccountInfo accountInfo = mAccounts.get(au); in getAuthorityLocked()1507 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;
18981 Lcom/android/server/content/SyncStorageEngine$AccountInfo;