HomeSort by relevance Sort by last modified time
    Searched defs:getMailboxId (Results 1 - 7 of 7) sorted by null

  /packages/apps/Email/src/com/android/email/
MessageListContext.java 127 public long getMailboxId() {
  /packages/apps/Email/src/com/android/email/activity/
MessageOrderManager.java 133 Preconditions.checkArgument(listContext.getMailboxId() != Mailbox.NO_MAILBOX);
154 public long getMailboxId() {
155 return mListContext.getMailboxId();
357 mContext, mListContext.mAccountId, mListContext.getMailboxId()),
AccountSelectorAdapter.java 617 public long getMailboxId() {
UIControllerOnePane.java 199 public long getMailboxId() {
200 return UIControllerOnePane.this.getMailboxId();
309 private long getMailboxId() {
311 return mListContext.getMailboxId();
350 openMailbox(mListContext.mAccountId, mListContext.getMailboxId());
557 ? getMessageListFragment().getMailboxId()
617 return isMailboxListInstalled() || (mListContext.getMailboxId() > 0);
626 mRefreshManager.refreshMessageList(getActualAccountId(), getMailboxId(), true);
638 return mRefreshManager.isMessageListRefreshing(getMailboxId());
ActionBarController.java 155 public long getMailboxId();
390 final long mailboxId = mCallback.getMailboxId();
UIControllerTwoPane.java 94 if (getMessageListMailboxId() != mListContext.getMailboxId()) {
327 && (mListContext.getMailboxId() > 0);
348 getMailboxListFragment().setHighlightedMailbox(fragment.getMailboxId());
398 long mailboxId = mListContext.getMailboxId();
431 if (mListContext.getMailboxId() != getMessageListMailboxId()) {
668 public long getMailboxId() {
MessageListFragment.java 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)
    [all...]

Completed in 251 milliseconds