Searched refs:newSystemMailbox (Results 1 – 4 of 4) sorted by relevance
108 mailbox = Mailbox.newSystemMailbox(mContext, mAccount.mId, Mailbox.TYPE_INBOX); in updateFolders()
301 final Mailbox mailbox = Mailbox.newSystemMailbox(mContext, accountId, type); in updateFolderList()
467 public static Mailbox newSystemMailbox(Context context, long accountId, int mailboxType) { in newSystemMailbox() method in Mailbox
4823 Mailbox box = Mailbox.newSystemMailbox(context, accountId, mailboxType); in createMailbox()