Searched refs:destMailboxId (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DIEmailService.aidl59 int searchMessages(long accountId, in SearchParams params, long destMailboxId);
H A DEmailServiceProxy.java424 * as destMailboxId. If mailboxId is -1, the entire account will be searched. If firstResult is
430 * @param destMailboxId the id of the mailbox into which search results are appended
435 final long destMailboxId) throws RemoteException {
440 mReturn = mService.searchMessages(accountId, searchParams, destMailboxId);
434 searchMessages(final long accountId, final SearchParams searchParams, final long destMailboxId) argument
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DSearch.java58 long destMailboxId) {
72 Mailbox searchMailbox = Mailbox.restoreMailboxWithId(context, destMailboxId);
138 ExchangeService.callback().syncMailboxStatus(destMailboxId,
57 searchMessages(Context context, long accountId, SearchParams searchParams, long destMailboxId) argument
/packages/apps/Email/src/com/android/email/service/
H A DEmailServiceUtils.java143 public int searchMessages(long accountId, SearchParams searchParams, long destMailboxId) { argument
/packages/apps/Email/src/com/android/email/
H A DMessagingController.java604 public int searchMailbox(long accountId, SearchParams searchParams, long destMailboxId) argument
607 return searchMailboxImpl(accountId, searchParams, destMailboxId);
611 mListeners.synchronizeMailboxFinished(accountId, destMailboxId, 0, 0, null);
616 final long destMailboxId) throws MessagingException {
619 final Mailbox destMailbox = Mailbox.restoreMailboxWithId(mContext, destMailboxId);
690 localMessage.mMailboxKey = destMailboxId;
615 searchMailboxImpl(long accountId, SearchParams searchParams, final long destMailboxId) argument
H A DController.java1884 long destMailboxId) {
/packages/apps/Exchange/exchange2/src/com/android/exchange/
H A DExchangeService.java528 public int searchMessages(long accountId, SearchParams searchParams, long destMailboxId) {
532 destMailboxId);

Completed in 179 milliseconds