Searched refs:mMailboxTypeId (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/provider/
H A DEmailConversationCursor.java53 private final int mMailboxTypeId; field in class:EmailConversationCursor
73 mMailboxTypeId = mailbox.mType;
105 mMailboxTypeId = -1;
199 if (mMailboxTypeId == Mailbox.TYPE_DRAFTS) {
202 } else if (mMailboxTypeId == Mailbox.TYPE_SENT ||
203 mMailboxTypeId == Mailbox.TYPE_OUTBOX) {

Completed in 67 milliseconds