HomeSort by relevance Sort by last modified time
    Searched refs:boxMailType (Results 1 - 2 of 2) sorted by null

  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
FolderSyncParserTests.java 63 Mailbox boxMailType = EmailContentSetupUtils.setupMailbox("box1", mAccount.mId, false,
65 boxMailType.mServerId = "__1:1";
67 assertTrue(parser.isValidMailFolder(boxMailType, mailboxMap));
84 boxUnknownType.mParentServerId = boxMailType.mServerId;
88 mailboxMap.put(boxMailType.mServerId, boxMailType);
94 boxMailType.save(mProviderContext);
103 // Give the unknown type parent a parent (boxMailType)
105 boxParentUnknownType.mParentServerId = boxMailType.mServerId;
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
FolderSyncParserTests.java 63 Mailbox boxMailType = EmailContentSetupUtils.setupMailbox("box1", mAccount.mId, false,
65 boxMailType.mServerId = "__1:1";
67 assertTrue(parser.isValidMailFolder(boxMailType, mailboxMap));
84 boxUnknownType.mParentServerId = boxMailType.mServerId;
88 mailboxMap.put(boxMailType.mServerId, boxMailType);
94 boxMailType.save(mProviderContext);
103 // Give the unknown type parent a parent (boxMailType)
105 boxParentUnknownType.mParentServerId = boxMailType.mServerId;

Completed in 5536 milliseconds