Searched refs:ImapException (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Email/provider_src/com/android/email/mail/store/ |
D | ImapConnection.java | 24 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()
|
D | ImapFolder.java | 24 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()
|
D | ImapStore.java | 661 static class ImapException extends MessagingException { class in ImapStore 668 public ImapException(String message, String status, String alertText, in ImapException() method in ImapStore.ImapException
|
/packages/services/Telephony/src/com/android/phone/common/mail/store/ |
D | ImapConnection.java | 30 import com.android.phone.common.mail.store.ImapStore.ImapException; 141 } catch (ImapException ie) { in doLogin() 248 throw new ImapException(toString, status, alert, responseCode); in getCommandResponses()
|
D | ImapStore.java | 129 static class ImapException extends MessagingException { class in ImapStore 136 public ImapException(String message, String status, String alertText, in ImapException() method in ImapStore.ImapException
|
D | ImapFolder.java | 43 import com.android.phone.common.mail.store.ImapStore.ImapException; 205 } catch (ImapException me) { in searchForUids()
|