Searched refs:withId (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/mail/store/
H A DImapStoreUnitTests.java633 private void expectLogin(MockTransport mockTransport, boolean startTls, boolean withId, argument
638 expectCapability(mockTransport, withId, withUidPlus);
646 expectCapability(mockTransport, withId, withUidPlus);
650 if (withId) {
665 private void expectCapability(MockTransport mockTransport, boolean withId, argument
668 capabilityList += withId ? " iD" : "";

Completed in 34 milliseconds