Home | History | Annotate | Download | only in email

Lines Matching refs:Mailbox

19 import com.android.email.provider.EmailContent.Mailbox;
61 name = Utility.FolderProperties.getInstance(context).getDisplayName(Mailbox.TYPE_INBOX);
64 name = Utility.FolderProperties.getInstance(context).getDisplayName(Mailbox.TYPE_MAIL);
67 name = Utility.FolderProperties.getInstance(context).getDisplayName(Mailbox.TYPE_PARENT);
70 name = Utility.FolderProperties.getInstance(context).getDisplayName(Mailbox.TYPE_DRAFTS);
73 name = Utility.FolderProperties.getInstance(context).getDisplayName(Mailbox.TYPE_OUTBOX);
76 name = Utility.FolderProperties.getInstance(context).getDisplayName(Mailbox.TYPE_SENT);
79 name = Utility.FolderProperties.getInstance(context).getDisplayName(Mailbox.TYPE_TRASH);
82 name = Utility.FolderProperties.getInstance(context).getDisplayName(Mailbox.TYPE_JUNK);
97 Drawable inbox = fp.getIconIds(Mailbox.TYPE_INBOX);
98 Drawable mail = fp.getIconIds(Mailbox.TYPE_MAIL);
99 Drawable parent = fp.getIconIds(Mailbox.TYPE_PARENT);
100 Drawable drafts = fp.getIconIds(Mailbox.TYPE_DRAFTS);
101 Drawable outbox = fp.getIconIds(Mailbox.TYPE_OUTBOX);
102 Drawable sent = fp.getIconIds(Mailbox.TYPE_SENT);
103 Drawable trash = fp.getIconIds(Mailbox.TYPE_TRASH);
104 Drawable junk = fp.getIconIds(Mailbox.TYPE_JUNK);