Home
last modified time | relevance | path

Searched refs:accountManagerAccount (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Email/src/com/android/email/provider/
DAccountReconciler.java103 for (android.accounts.Account accountManagerAccount: accountManagerAccounts) { in reconcileAccountsInternal()
104 if (accountManagerAccount.name.equalsIgnoreCase(providerAccountName)) { in reconcileAccountsInternal()
129 for (android.accounts.Account accountManagerAccount: accountManagerAccounts) { in reconcileAccountsInternal()
130 String accountManagerAccountName = accountManagerAccount.name; in reconcileAccountsInternal()
150 .removeAccount(accountManagerAccount, null, null); in reconcileAccountsInternal()
/packages/apps/Email/tests/src/com/android/email/
DAccountTestCase.java96 for (android.accounts.Account accountManagerAccount: getExchangeAccounts()) { in deleteTemporaryAccountManagerAccounts()
97 if (accountManagerAccount.name.startsWith(TEST_ACCOUNT_PREFIX) && in deleteTemporaryAccountManagerAccounts()
98 accountManagerAccount.name.endsWith(TEST_ACCOUNT_SUFFIX)) { in deleteTemporaryAccountManagerAccounts()
99 deleteAccountManagerAccount(accountManagerAccount); in deleteTemporaryAccountManagerAccounts()
/packages/apps/Exchange/tests/src/com/android/exchange/
DCalendarSyncEnablerTest.java262 for (Account accountManagerAccount: getExchangeAccounts()) { in deleteTemporaryAccountManagerAccounts()
263 if (accountManagerAccount.name.startsWith(TEST_ACCOUNT_PREFIX) && in deleteTemporaryAccountManagerAccounts()
264 accountManagerAccount.name.endsWith(TEST_ACCOUNT_SUFFIX)) { in deleteTemporaryAccountManagerAccounts()
265 deleteAccountManagerAccount(accountManagerAccount); in deleteTemporaryAccountManagerAccounts()
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/
DCalendarSyncEnablerTest.java262 for (Account accountManagerAccount: getExchangeAccounts()) { in deleteTemporaryAccountManagerAccounts()
263 if (accountManagerAccount.name.startsWith(TEST_ACCOUNT_PREFIX) && in deleteTemporaryAccountManagerAccounts()
264 accountManagerAccount.name.endsWith(TEST_ACCOUNT_SUFFIX)) { in deleteTemporaryAccountManagerAccounts()
265 deleteAccountManagerAccount(accountManagerAccount); in deleteTemporaryAccountManagerAccounts()
/packages/apps/Email/tests/src/com/android/email/service/
DMailServiceTests.java99 for (android.accounts.Account accountManagerAccount: accountManagerAccounts) { in testTestReconcileAccounts()
101 .equals(accountManagerAccount.name)) { in testTestReconcileAccounts()
102 deleteAccountManagerAccount(accountManagerAccount); in testTestReconcileAccounts()
/packages/apps/Email/src/com/android/email/service/
DMailService.java543 android.accounts.Account accountManagerAccount = in setupSyncReportsLocked() local
546 report.syncEnabled = ContentResolver.getSyncAutomatically(accountManagerAccount, in setupSyncReportsLocked()