Searched refs:stopAccountSyncs (Results 1 – 2 of 2) sorted by relevance
227 ExchangeService.stopAccountSyncs(mAccount.mId); in parse()
458 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 ExchangeService1301 exchangeService.stopAccountSyncs(acctId, true); in stopAccountSyncs()1305 private void stopAccountSyncs(long acctId, boolean includeAccountMailbox) { in stopAccountSyncs() method in ExchangeService1415 exchangeService.stopAccountSyncs(acctId, false); in stopNonAccountMailboxSyncsForAccount()1632 ExchangeService.stopAccountSyncs(account.mId); in onReceive()