Searched refs:destMailboxId (Results 1 - 7 of 7) sorted by relevance
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
H A D | IEmailService.aidl | 59 int searchMessages(long accountId, in SearchParams params, long destMailboxId);
|
H A D | EmailServiceProxy.java | 424 * 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 D | Search.java | 58 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 D | EmailServiceUtils.java | 143 public int searchMessages(long accountId, SearchParams searchParams, long destMailboxId) { argument
|
/packages/apps/Email/src/com/android/email/ |
H A D | MessagingController.java | 604 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 D | Controller.java | 1884 long destMailboxId) {
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/ |
H A D | ExchangeService.java | 528 public int searchMessages(long accountId, SearchParams searchParams, long destMailboxId) { 532 destMailboxId);
|
Completed in 179 milliseconds