Home
last modified time | relevance | path

Searched refs:amAccounts (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/service/
DEmailBroadcastProcessorService.java158 final android.accounts.Account[] amAccounts = in updateAccountManagerAccountsOfType() local
161 for (android.accounts.Account amAccount: amAccounts) { in updateAccountManagerAccountsOfType()
187 final android.accounts.Account[] amAccounts = in fixPeriodicSyncs() local
189 for (android.accounts.Account amAccount : amAccounts) { in fixPeriodicSyncs()
/packages/apps/Email/provider_src/com/android/email/provider/
DAccountReconciler.java113 final List<android.accounts.Account> amAccounts = getAllAmAccounts(context); in reconcileAccounts() local
115 reconcileAccountsInternal(context, providerAccounts, amAccounts, true); in reconcileAccounts()
DDBHelper.java1586 final android.accounts.Account[] amAccounts = accountManager.getAccountsByType(type); in isAccountPresent() local
1587 if (amAccounts != null) { in isAccountPresent()
1588 for (android.accounts.Account account : amAccounts) { in isAccountPresent()
DEmailProvider.java1722 final List<android.accounts.Account> amAccounts = new ArrayList<android.accounts.Account>(); in restoreAccounts() local
1725 amAccounts.addAll(Arrays.asList(am.getAccountsByType(accountType))); in restoreAccounts()
1729 for (final android.accounts.Account amAccount : amAccounts) { in restoreAccounts()