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

  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapResponseParser.java 56 public static class ByeException extends IOException {
59 public ByeException() {
130 * {@link ByeException} will be thrown.
132 * @exception ByeException when detects BYE and <code>byeExpected</code> is false.
150 VvmLog.w(TAG, ByeException.MESSAGE);
152 throw new ByeException();
  /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 230 milliseconds