Home | History | Annotate | Download | only in activity

Lines Matching defs:mailboxId

284      * @param mailboxId -1 for all
286 private void onRefresh(long mailboxId) {
289 if (mailboxId >= 0) {
290 controller.updateMailbox(mAccountId, mailboxId, mControllerCallback);
305 private void onOpenMailbox(long mailboxId) {
306 MessageList.actionHandleMailbox(this, mailboxId);
353 long mailboxId = c.getInt(mListAdapter.COLUMN_ID);
356 mDraftMailboxKey = mailboxId;
359 mTrashMailboxKey = mailboxId;
538 long mailboxId, int progress, long tag) {