Searched refs:userRequest (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DIEmailService.aidl28 oneway void startSync(long mailboxId, boolean userRequest);
H A DEmailServiceProxy.java154 * @param userRequest whether or not the user specifically asked for the sync
156 public void startSync(final long mailboxId, final boolean userRequest) throws RemoteException { argument
160 mService.startSync(mailboxId, userRequest);
171 * @param userRequest whether or not the user specifically asked for the sync
/packages/apps/Email/src/com/android/email/
H A DRefreshManager.java238 public boolean refreshMessageList(long accountId, long mailboxId, boolean userRequest) { argument
239 return refreshMessageList(accountId, mailboxId, false, userRequest);
250 boolean userRequest) {
263 mController.updateMailbox(accountId, mailboxId, userRequest);
249 refreshMessageList(long accountId, long mailboxId, boolean loadMoreMessages, boolean userRequest) argument
H A DController.java401 public void updateMailbox(final long accountId, final long mailboxId, boolean userRequest) { argument
406 service.startSync(mailboxId, userRequest);
1793 public void startSync(long mailboxId, boolean userRequest) {
/packages/apps/Email/src/com/android/email/service/
H A DEmailServiceUtils.java127 public void startSync(long mailboxId, boolean userRequest) throws RemoteException { argument
/packages/apps/Email/tests/src/com/android/email/
H A DRefreshManagerTest.java450 public void updateMailbox(long accountId, long mailboxId, boolean userRequest) { argument
/packages/apps/Email/src/com/android/email/activity/
H A DMessageListFragment.java871 public void onRefresh(boolean userRequest) { argument
873 mRefreshManager.refreshMessageList(getAccountId(), getMailboxId(), userRequest);
/packages/apps/Exchange/src/com/android/exchange/
H A DExchangeService.java345 public void startSync(long mailboxId, boolean userRequest) throws RemoteException {
355 if (userRequest) {
399 startManualSync(mailboxId, userRequest ? ExchangeService.SYNC_UI_REQUEST :

Completed in 374 milliseconds