Searched refs:AccountInfo (Results 1 – 3 of 3) sorted by relevance
97 AccountInfo[] mAccountInfos = new AccountInfo[mAccounts.length]; in onCreate()99 mAccountInfos[i] = new AccountInfo(((Account) mAccounts[i]).name, in onCreate()176 private static class AccountInfo { class in ChooseAccountActivity180 AccountInfo(String name, Drawable drawable) { in AccountInfo() method in ChooseAccountActivity.AccountInfo191 private static class AccountArrayAdapter extends ArrayAdapter<AccountInfo> {193 private AccountInfo[] mInfos;195 public AccountArrayAdapter(Context context, int textViewResourceId, AccountInfo[] infos) { in AccountArrayAdapter()
172 static class AccountInfo { class in SyncStorageEngine177 AccountInfo(AccountAndUser accountAndUser) { in AccountInfo() method in SyncStorageEngine.AccountInfo424 private final HashMap<AccountAndUser, AccountInfo> mAccounts425 = new HashMap<AccountAndUser, AccountInfo>();844 for (AccountInfo accountInfo : mAccounts.values()) { in setBackoffLocked()869 for (AccountInfo accountInfo : mAccounts.values()) { in clearAllBackoffsLocked()1022 Iterator<AccountInfo> accIt = mAccounts.values().iterator(); in doDatabaseCleanup()1024 AccountInfo acc = accIt.next(); in doDatabaseCleanup()1459 AccountInfo accountInfo = mAccounts.get(au); in getAuthorityLocked()1490 AccountInfo account = mAccounts.get(au); in getOrCreateAuthorityLocked()[all …]
2312 Lcom/android/server/content/SyncStorageEngine$AccountInfo;