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

  /hardware/interfaces/secure_element/1.0/
types.hal 25 IOERROR = 5
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/
MailTransport.java 115 MessagingException.IOERROR,
124 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
154 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
162 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
197 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
224 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
MessagingException.java 35 public static final int IOERROR = 1;
  /hardware/nxp/secure_element/1.0/
SecureElement.cpp 130 _hidl_cb(resApduBuff, SecureElementStatus::IOERROR);
135 SecureElementStatus sestatus = SecureElementStatus::IOERROR;
152 sestatus = SecureElementStatus::IOERROR;
182 sestatus = SecureElementStatus::IOERROR;
204 sestatus = SecureElementStatus::IOERROR;
251 _hidl_cb(result, SecureElementStatus::IOERROR);
256 SecureElementStatus sestatus = SecureElementStatus::IOERROR;
280 sestatus = SecureElementStatus::IOERROR;
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
MessagingException.java 36 public static final int IOERROR = 1;
  /packages/apps/Email/provider_src/com/android/email/mail/transport/
MailTransport.java 147 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
190 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
  /packages/apps/Email/src/com/android/email/activity/setup/
CheckSettingsErrorDialogFragment.java 169 case MessagingException.IOERROR:
  /packages/apps/Email/provider_src/com/android/email/mail/store/
Pop3Store.java 184 result = MessagingException.IOERROR;
236 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
ImapStore.java 499 result = MessagingException.IOERROR;
ImapFolder.java 205 // Treat IOERROR messaging exception as IOException
206 if (me.getExceptionType() == MessagingException.IOERROR) {
    [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
Pop3Service.java 201 throw new MessagingException(MessagingException.IOERROR);
418 throw new MessagingException(MessagingException.IOERROR);
PopImapSyncAdapterService.java 155 case MessagingException.IOERROR:
  /packages/apps/SecureElement/src/com/android/se/
Terminal.java 370 } else if (status[0] == SecureElementStatus.IOERROR) {
442 } else if (status[0] == SecureElementStatus.IOERROR) {
  /packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java 175 throw new MessagingException(MessagingException.IOERROR, ioe.toString());
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
ImapFolder.java 799 return new MessagingException(MessagingException.IOERROR, "IO Error", ioe);

Completed in 262 milliseconds