OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pushStop
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Exchange/src/com/android/exchange/service/
PingSyncSynchronizer.java
86
* {@link #pushModify} and {@link #
pushStop
} (i.e. it tracks the last requested push state).
211
public void
pushStop
() {
344
public void
pushStop
(final long accountId) {
347
LogUtils.d(TAG, "PSS
pushStop
for account %d", accountId);
350
accountState.
pushStop
();
380
mAccountStateMap.valueAt(i).
pushStop
();
EasService.java
104
mSynchronizer.
pushStop
(accountId);
Completed in 1502 milliseconds