Searched refs:mMailboxType (Results 1 – 1 of 1) sorted by relevance
45 private int mMailboxType; field in FolderPickerActivity75 mMailboxType = i.getIntExtra(MAILBOX_TYPE_EXTRA, Mailbox.TYPE_TRASH); in onCreate()103 mMailboxType = i.getIntExtra(EmailProvider.PICKER_MAILBOX_TYPE, -1); in onCreate()188 Mailbox ofType = Mailbox.restoreMailboxOfType(this, mAccountId, mMailboxType); in select()199 values.put(MailboxColumns.TYPE, mMailboxType); in select()