HomeSort by relevance Sort by last modified time
    Searched full:accountmanageraccounts (Results 1 - 3 of 3) sorted by null

  /packages/apps/Email/tests/src/com/android/email/service/
MailServiceTests.java 97 android.accounts.Account[] accountManagerAccounts = AccountManager.get(context)
99 for (android.accounts.Account accountManagerAccount: accountManagerAccounts) {
132 android.accounts.Account[] accountManagerAccounts =
134 assertEquals(3, accountManagerAccounts.length);
142 accountManagerAccounts = getAccountManagerAccounts(baselineAccounts);
143 assertEquals(2, accountManagerAccounts.length);
148 makeExchangeServiceAccountList(), accountManagerAccounts, mMockContext);
161 makeExchangeServiceAccountList(), accountManagerAccounts, mMockContext);
164 accountManagerAccounts = getAccountManagerAccounts(baselineAccounts);
165 assertEquals(1, accountManagerAccounts.length)
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
AccountReconciler.java 46 * @param accountManagerAccounts accounts as reported by the system account manager, for the
52 android.accounts.Account[] accountManagerAccounts) {
55 context, emailProviderAccounts, accountManagerAccounts,
72 * @param accountManagerAccounts The account manager accounts to work from
78 android.accounts.Account[] accountManagerAccounts,
81 context, emailProviderAccounts, accountManagerAccounts,
93 android.accounts.Account[] accountManagerAccounts,
103 for (android.accounts.Account accountManagerAccount: accountManagerAccounts) {
129 for (android.accounts.Account accountManagerAccount: accountManagerAccounts) {
  /packages/apps/Email/src/com/android/email/service/
MailService.java 690 android.accounts.Account[] accountManagerAccounts = AccountManager.get(context)
694 accountManagerAccounts, context);
711 android.accounts.Account[] accountManagerAccounts = AccountManager.get(context)
715 context, providerAccounts, accountManagerAccounts);
722 * @param accountManagerAccounts The account manager accounts to work from
727 List<Account> emailProviderAccounts, android.accounts.Account[] accountManagerAccounts,
729 AccountReconciler.reconcileAccounts(context, emailProviderAccounts, accountManagerAccounts,

Completed in 65 milliseconds