Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/mail/store/
DImapStoreUnitTests.java2222 mockTransport.expectIOException(); in testFetchIOException()
2240 mockTransport.expectIOException(); in testUnreadMessageCountIOException()
2254 mockTransport.expectIOException(); in testCopyMessagesIOException()
2271 mockTransport.expectIOException(); in testSearchForUidsIOException()
2285 mockTransport.expectIOException(); in testExpungeIOException()
2299 mockTransport.expectIOException(); in testOpenIOException()
/packages/apps/Email/tests/src/com/android/email/mail/transport/
DMockTransport.java148 public void expectIOException() { in expectIOException() method in MockTransport