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 21 import com.android.email.mail.store.ImapStore.ImapException;
306 throw new ImapException(toString, alert);
390 } catch (ImapException ie) {
415 } catch (ImapException ie) {
447 } catch (ImapException ie) {
470 } catch (ImapException ie) {
ImapStore.java 606 static class ImapException extends MessagingException {
611 public ImapException(String message, String alertText, Throwable throwable) {
616 public ImapException(String message, String alertText) {
ImapFolder.java 24 import com.android.email.mail.store.ImapStore.ImapException;
405 * exception information, or make all users of searchForUids() handle the ImapException.
419 } catch (ImapException me) {
420 LogUtils.d(Logging.LOG_TAG, me, "ImapException in search: " + searchCriteria);
493 } catch (ImapException e) {
560 } catch (ImapException e) {
563 // servers won't accept that. So if we can an ImapException using one method,
571 } catch (ImapException e2) {
    [all...]

Completed in 161 milliseconds