Home
last modified time | relevance | path

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

/packages/apps/Exchange/src/com/android/exchange/service/
DPingSyncSynchronizer.java369 final AccountSyncState accountState = getAccountState(accountId, true); in syncStart() local
370 accountState.syncStart(); in syncStart()
381 final AccountSyncState accountState = getAccountState(accountId, false); in syncEnd() local
382 if (accountState == null) { in syncEnd()
386 if (accountState.syncEnd(lastSyncHadError, account, this)) { in syncEnd()
398 final AccountSyncState accountState = getAccountState(accountId, false); in pingEnd() local
399 if (accountState == null) { in pingEnd()
403 if (accountState.pingEnd(amAccount)) { in pingEnd()
416 final AccountSyncState accountState = getAccountState(accountId, true); in pushModify() local
417 accountState.pushModify(account, this); in pushModify()
[all …]