Home
last modified time | relevance | path

Searched refs:restoreMailboxForPath (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Email/tests/src/com/android/emailcommon/provider/
DMailboxTests.java240 "x", testMailbox, Mailbox.restoreMailboxForPath(c, 1, "a/b/c/box")); in testRestoreMailboxForPath()
242 assertNull(Mailbox.restoreMailboxForPath(c, 2, "a/b/c/box")); in testRestoreMailboxForPath()
244 assertNull(Mailbox.restoreMailboxForPath(c, 1, "a/b/c")); in testRestoreMailboxForPath()
246 assertNull(Mailbox.restoreMailboxForPath(c, 1, "a/b/c/%")); in testRestoreMailboxForPath()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DMailbox.java512 public static Mailbox restoreMailboxForPath(Context context, long accountId, String path) { in restoreMailboxForPath() method in Mailbox
541 Mailbox mailbox = restoreMailboxForPath(context, accountId, path); in getMailboxForPath()