Searched refs:accountManagerAccount (Results 1 – 6 of 6) sorted by relevance
103 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()
96 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()
262 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()
99 for (android.accounts.Account accountManagerAccount: accountManagerAccounts) { in testTestReconcileAccounts()101 .equals(accountManagerAccount.name)) { in testTestReconcileAccounts()102 deleteAccountManagerAccount(accountManagerAccount); in testTestReconcileAccounts()
543 android.accounts.Account accountManagerAccount = in setupSyncReportsLocked() local546 report.syncEnabled = ContentResolver.getSyncAutomatically(accountManagerAccount, in setupSyncReportsLocked()