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

/packages/apps/Email/src/com/android/email/provider/
H A DFolderPickerActivity.java45 private int mMailboxType; field in class:FolderPickerActivity
75 mMailboxType = i.getIntExtra(MAILBOX_TYPE_EXTRA, Mailbox.TYPE_TRASH);
103 mMailboxType = i.getIntExtra(EmailProvider.PICKER_MAILBOX_TYPE, -1);
188 Mailbox ofType = Mailbox.restoreMailboxOfType(this, mAccountId, mMailboxType);
199 values.put(MailboxColumns.TYPE, mMailboxType);

Completed in 324 milliseconds