Searched refs:boxMailType (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ |
D | FolderSyncParserTests.java | 63 Mailbox boxMailType = EmailContentSetupUtils.setupMailbox("box1", mAccount.mId, false, in testIsValidMailFolder() local 65 boxMailType.mServerId = "__1:1"; in testIsValidMailFolder() 67 assertTrue(parser.isValidMailFolder(boxMailType, mailboxMap)); in testIsValidMailFolder() 84 boxUnknownType.mParentServerId = boxMailType.mServerId; in testIsValidMailFolder() 88 mailboxMap.put(boxMailType.mServerId, boxMailType); in testIsValidMailFolder() 94 boxMailType.save(mProviderContext); in testIsValidMailFolder() 105 boxParentUnknownType.mParentServerId = boxMailType.mServerId; in testIsValidMailFolder()
|
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/ |
D | FolderSyncParserTests.java | 63 Mailbox boxMailType = EmailContentSetupUtils.setupMailbox("box1", mAccount.mId, false, in testIsValidMailFolder() local 65 boxMailType.mServerId = "__1:1"; in testIsValidMailFolder() 67 assertTrue(parser.isValidMailFolder(boxMailType, mailboxMap)); in testIsValidMailFolder() 84 boxUnknownType.mParentServerId = boxMailType.mServerId; in testIsValidMailFolder() 88 mailboxMap.put(boxMailType.mServerId, boxMailType); in testIsValidMailFolder() 94 boxMailType.save(mProviderContext); in testIsValidMailFolder() 105 boxParentUnknownType.mParentServerId = boxMailType.mServerId; in testIsValidMailFolder()
|