Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/mail/store/
DImapConnection.java24 import com.android.email.mail.store.ImapStore.ImapException;
357 throw new ImapException(toString, status, alert, responseCode); in getCommandResponses()
444 } catch (ImapException ie) { in doSendId()
469 } catch (ImapException ie) { in doGetNamespace()
504 } catch (ImapException ie) { in doLogin()
592 } catch (ImapException ie) { in doGetPathSeparator()
DImapFolder.java24 import com.android.email.mail.store.ImapStore.ImapException;
424 } catch (ImapException me) { in searchForUids()
498 } catch (ImapException e) { in complexSearchForUids()
565 } catch (ImapException e) { in getMessages()
576 } catch (ImapException e2) { in getMessages()
DImapStore.java661 static class ImapException extends MessagingException { class in ImapStore
668 public ImapException(String message, String status, String alertText, in ImapException() method in ImapStore.ImapException
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapConnection.java26 import com.android.voicemail.impl.mail.store.ImapStore.ImapException;
189 } catch (ImapException ie) { in doLogin()
396 throw new ImapException(toString, status, statusMessage, alert, responseCode); in getCommandResponses()
DImapStore.java131 static class ImapException extends MessagingException { class in ImapStore
139 public ImapException( in ImapException() method in ImapStore.ImapException
DImapFolder.java38 import com.android.voicemail.impl.mail.store.ImapStore.ImapException;
179 } catch (ImapException me) { in searchForUids()