Searched refs:AccountInfo (Results 1 – 3 of 3) 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 …]
18981 Lcom/android/server/content/SyncStorageEngine$AccountInfo;