HomeSort by relevance Sort by last modified time
    Searched defs:restoreMailboxWithId (Results 1 - 4 of 4) sorted by null

  /packages/apps/Email/tests/src/com/android/email/
ControllerProviderOpsTests.java 126 testMailbox = Mailbox.restoreMailboxWithId(mProviderContext, testMailboxId);
135 testMailbox = Mailbox.restoreMailboxWithId(mProviderContext, testMailboxId);
293 Mailbox mailbox2get = Mailbox.restoreMailboxWithId(mProviderContext,
432 assertNull(Mailbox.restoreMailboxWithId(mProviderContext, box1Id));
433 assertNull(Mailbox.restoreMailboxWithId(mProviderContext, box2Id));
441 assertNotNull(Mailbox.restoreMailboxWithId(mProviderContext, box3Id));
442 assertNotNull(Mailbox.restoreMailboxWithId(mProviderContext, box4Id));
  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
MailboxTests.java 102 Mailbox box2 = Mailbox.restoreMailboxWithId(c, box1Id);
223 "x", testMailbox, Mailbox.restoreMailboxWithId(c, testMailbox.mId));
226 "x", testMailbox, Mailbox.restoreMailboxWithId(c, testMailbox.mId));
228 assertNull(Mailbox.restoreMailboxWithId(c, 8));
229 assertNull(Mailbox.restoreMailboxWithId(c, -1));
230 assertNull(Mailbox.restoreMailboxWithId(c, Long.MAX_VALUE));
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Mailbox.java 455 public static Mailbox restoreMailboxWithId(Context context, long id) {
677 return Mailbox.restoreMailboxWithId(context, mailboxId);
692 return Mailbox.restoreMailboxWithId(context, mailboxId);
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTests.java     [all...]

Completed in 2310 milliseconds