Home
last modified time | relevance | path

Searched refs:stopAccountSyncs (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DAbstractSyncParser.java227 ExchangeService.stopAccountSyncs(mAccount.mId); in parse()
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DExchangeService.java458 exchangeService.stopAccountSyncs(accountId, true);
510 ExchangeService.stopAccountSyncs(accountId);
785 stopAccountSyncs(account.mId, true); in onAccountChanged()
806 stopAccountSyncs(account.mId, true); in onAccountChanged()
1298 public static void stopAccountSyncs(long acctId) { in stopAccountSyncs() method in ExchangeService
1301 exchangeService.stopAccountSyncs(acctId, true); in stopAccountSyncs()
1305 private void stopAccountSyncs(long acctId, boolean includeAccountMailbox) { in stopAccountSyncs() method in ExchangeService
1415 exchangeService.stopAccountSyncs(acctId, false); in stopNonAccountMailboxSyncsForAccount()
1632 ExchangeService.stopAccountSyncs(account.mId); in onReceive()