HomeSort by relevance Sort by last modified time
    Searched defs:ImapException (Results 1 - 4 of 4) sorted by null

  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
ImapStore.java 131 static class ImapException extends MessagingException {
139 public ImapException(
ImapConnection.java 26 import com.android.voicemail.impl.mail.store.ImapStore.ImapException;
189 } catch (ImapException ie) {
190 LogUtils.d(TAG, "ImapException", ie);
396 throw new ImapException(toString, status, statusMessage, alert, responseCode);
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapConnection.java 24 import com.android.email.mail.store.ImapStore.ImapException;
357 throw new ImapException(toString, status, alert, responseCode);
444 } catch (ImapException ie) {
447 LogUtils.d(Logging.LOG_TAG, ie, "ImapException");
469 } catch (ImapException ie) {
472 LogUtils.d(Logging.LOG_TAG, ie, "ImapException");
504 } catch (ImapException ie) {
506 LogUtils.d(Logging.LOG_TAG, ie, "ImapException");
592 } catch (ImapException ie) {
595 LogUtils.d(Logging.LOG_TAG, ie, "ImapException");
    [all...]
ImapStore.java 661 static class ImapException extends MessagingException {
668 public ImapException(String message, String status, String alertText,

Completed in 84 milliseconds