HomeSort by relevance Sort by last modified time
    Searched refs:ByeException (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapResponseParser.java 73 public static class ByeException extends IOException {
75 public ByeException() {
158 * @exception ByeException when detects BYE.
180 LogUtils.w(Logging.LOG_TAG, ByeException.MESSAGE);
182 throw new ByeException();
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapResponseParserTest.java 24 import com.android.email.mail.store.imap.ImapResponseParser.ByeException;
391 fail("Didn't throw ByeException");
392 } catch (ByeException ok) {

Completed in 335 milliseconds