Home | History | Annotate | Download | only in activity

Lines Matching refs:getMailboxId

173          * {@link MessageListFragment#getMailboxId} if it's magic mailboxes.
272 public long getMailboxId() {
274 return mListContext.getMailboxId();
318 return listContext.getMailboxId() == Mailbox.QUERY_ALL_INBOXES;
324 return listContext.getMailboxId() == inboxId;
740 final long mailboxId = getMailboxId();
782 * what is returned by {@link #getMailboxId()} for combined mailboxes.
783 * ({@link #getMailboxId()} may return special mailbox values such as
791 getMailboxId(), callbackTypeForMailboxType(mMailbox.mType));
838 mCallback.onMessageOpen(mMessageId, mMessageMailboxId, getMailboxId(), type);
870 mRefreshManager.refreshMessageList(getAccountId(), getMailboxId(), userRequest);
886 mRefreshManager.loadMoreMessages(getAccountId(), getMailboxId());
892 if (getMailboxId() == Mailbox.QUERY_ALL_OUTBOX) {
1060 if (!mRefreshManager.isMailboxStale(getMailboxId())) {
1163 boolean active = mRefreshManager.isMessageListRefreshing(getMailboxId());
1194 final boolean isOutbox = (getMailboxId() == Mailbox.QUERY_ALL_OUTBOX)
1220 final long mailboxId = getMailboxId();
1305 + " onLoadFinished(messages) mailboxId=" + getMailboxId());
1332 onMessageOpen(getMailboxId(), cursor.getLong(MessagesAdapter.COLUMN_ID));