OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syncEnd
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Exchange/src/com/android/exchange/service/
PingSyncSynchronizer.java
154
public boolean
syncEnd
(final Account account, final PingSyncSynchronizer synchronizer) {
297
public void
syncEnd
(final Account account) {
301
LogUtils.d(TAG, "PSS
syncEnd
for account %d", accountId);
304
LogUtils.w(TAG, "PSS
syncEnd
for account %d but no state found", accountId);
307
if (accountState.
syncEnd
(account, this)) {
EasService.java
251
mSynchronizer.
syncEnd
(account);
Completed in 27 milliseconds