Searched refs:withUidPlus (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
D | ImapStoreUnitTests.java | 602 String readWriteMode, boolean withUidPlus) { in setupOpenFolder() argument 603 expectLogin(mockTransport, imapIdResponse, withUidPlus); in setupOpenFolder() 630 boolean withUidPlus) { in expectLogin() argument 631 expectLogin(mockTransport, false, (imapIdResponse != null), withUidPlus, imapIdResponse, in expectLogin() 636 boolean withUidPlus, String[] imapIdResponse, String loginResponse) { in expectLogin() argument 640 expectCapability(mockTransport, withId, withUidPlus); in expectLogin() 648 expectCapability(mockTransport, withId, withUidPlus); in expectLogin() 668 boolean withUidPlus) { in expectCapability() argument 671 capabilityList += withUidPlus ? " UiDPlUs" : ""; in expectCapability() 1562 private void setupCopyMessages(boolean withUidPlus) throws Exception { in setupCopyMessages() argument [all …]
|