Searched refs:getMailboxForPath (Results 1 – 3 of 3) sorted by relevance
356 Mailbox mailbox = Mailbox.getMailboxForPath(context, accountId, mailboxPath); in addMailbox()
163 Mailbox mailbox = Mailbox.getMailboxForPath(mContext, mAccount.mId, POP3_MAILBOX_NAME); in updateFolders()
302 public static Mailbox getMailboxForPath(Context context, long accountId, String path) { in getMailboxForPath() method in Mailbox