Home
last modified time | relevance | path

Searched refs:ImapException (Results 1 – 3 of 3) 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