HomeSort by relevance Sort by last modified time
    Searched refs:AccountInfo (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/src/com/android/email/activity/
UpgradeAccounts.java 88 private AccountInfo[] mLegacyAccounts;
175 private static class AccountInfo {
182 public AccountInfo(Account legacyAccount) {
192 mLegacyAccounts = new AccountInfo[legacyAccounts.length];
194 AccountInfo ai = new AccountInfo(legacyAccounts[i]);
252 AccountInfo ai = mLegacyAccounts[position];
349 UpgradeAccounts.AccountInfo[] mAccountInfo;
353 public ConversionTask(UpgradeAccounts.AccountInfo[] accountInfo) {
    [all...]
  /frameworks/base/core/java/android/content/
SyncStorageEngine.java 164 static class AccountInfo {
169 AccountInfo(Account account) {
226 private final HashMap<Account, AccountInfo> mAccounts =
227 new HashMap<Account, AccountInfo>();
497 for (AccountInfo accountInfo : mAccounts.values()) {
498 if (account != null && !account.equals(accountInfo.account)) continue;
499 for (AuthorityInfo authorityInfo : accountInfo.authorities.values()) {
531 for (AccountInfo accountInfo : mAccounts.values())
    [all...]

Completed in 252 milliseconds