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

  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 24 import com.android.email.mail.store.ImapStore.ImapException;
308 throw new ImapException(toString, alert);
392 } catch (ImapException ie) {
417 } catch (ImapException ie) {
449 } catch (ImapException ie) {
472 } catch (ImapException ie) {
ImapStore.java 612 static class ImapException extends MessagingException {
617 public ImapException(String message, String alertText, Throwable throwable) {
622 public ImapException(String message, String alertText) {
ImapFolder.java 25 import com.android.email.mail.store.ImapStore.ImapException;
394 } catch (ImapException e) {
395 Log.d(Logging.LOG_TAG, "ImapException in search: " + searchCriteria);
463 } catch (ImapException e) {
    [all...]

Completed in 166 milliseconds