Home
last modified time | relevance | path

Searched refs:mMailboxType (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/
DMailboxFinder.java52 private final int mMailboxType; field in MailboxFinder
81 mMailboxType = mailboxType; in MailboxFinder()
181 long mailboxId = Mailbox.findMailboxOfType(mContext, mAccountId, mMailboxType); in doInBackground()
DMailboxListItem.java45 public Integer mMailboxType; field in MailboxListItem
DMailboxListFragment.java1012 if (newTarget.mMailboxType == Mailbox.TYPE_TRASH) { in onDragLocation()
1147 if (mDropTargetView.mMailboxType == Mailbox.TYPE_TRASH) { in onDrop()
DMailboxFragmentAdapter.java363 listItem.mMailboxType = type; in bindListItem()