OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pushModify
(Results
1 - 4
of
4
) 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).
195
public void
pushModify
(final Account account, final PingSyncSynchronizer synchronizer) {
332
public void
pushModify
(final Account account) {
336
LogUtils.d(TAG, "PSS
pushModify
for account %d", accountId);
338
accountState.
pushModify
(account, this);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceProxy.java
320
public void
pushModify
(final long accountId) throws RemoteException {
324
mService.
pushModify
(accountId);
/packages/apps/Email/src/com/android/email/service/
EmailServiceStub.java
389
public void
pushModify
(long accountId) throws RemoteException {
390
LogUtils.e(Logging.LOG_TAG, "
pushModify
invalid for account type for %d", accountId);
EmailServiceUtils.java
672
public void
pushModify
(long accountId) throws RemoteException {
Completed in 72 milliseconds