Home
last modified time | relevance | path

Searched refs:expectCapability (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/mail/store/
DImapStoreUnitTests.java498 expectCapability(mockTransport, true, false); in testImapIdSecureServerNotSent()
640 expectCapability(mockTransport, withId, withUidPlus); in expectLogin()
648 expectCapability(mockTransport, withId, withUidPlus); in expectLogin()
667 private void expectCapability(MockTransport mockTransport, boolean withId, in expectCapability() method in ImapStoreUnitTests