Home
last modified time | relevance | path

Searched refs:providerAccounts (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/service/
DMailServiceTests.java172 List<Account> providerAccounts; in testReconcileDetection() local
179 providerAccounts = new ArrayList<Account>(); in testReconcileDetection()
182 context, providerAccounts, accountManagerAccounts)); in testReconcileDetection()
186 providerAccounts = makeExchangeServiceAccountList(); in testReconcileDetection()
192 context, providerAccounts, new android.accounts.Account[0])); in testReconcileDetection()
200 context, providerAccounts, accountManagerAccounts)); in testReconcileDetection()
208 providerAccounts = makeExchangeServiceAccountList(); in testReconcileDetection()
210 context, providerAccounts, accountManagerAccounts)); in testReconcileDetection()
/packages/apps/Email/src/com/android/email/service/
DAccountService.java59 ArrayList<Account> providerAccounts = new ArrayList<Account>();
69 providerAccounts.add(account);
76 return providerAccounts;
DMailService.java666 ArrayList<Account> providerAccounts = new ArrayList<Account>(); in getPopImapAccountList() local
676 providerAccounts.add(account); in getPopImapAccountList()
683 return providerAccounts; in getPopImapAccountList()
692 ArrayList<Account> providerAccounts = getPopImapAccountList(context);
693 MailService.reconcileAccountsWithAccountManager(context, providerAccounts,
713 ArrayList<Account> providerAccounts = getPopImapAccountList(context); in hasMismatchInPopImapAccounts() local
715 context, providerAccounts, accountManagerAccounts); in hasMismatchInPopImapAccounts()