OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IOERROR
(Results
1 - 10
of
10
) sorted by null
/packages/apps/Exchange/src/com/android/exchange/eas/
EasFolderSync.java
203
messagingExceptionCode = MessagingException.
IOERROR
;
206
messagingExceptionCode = MessagingException.
IOERROR
;
212
messagingExceptionCode = MessagingException.
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/Email/src/com/android/email/mail/transport/
SmtpSender.java
175
throw new MessagingException(MessagingException.
IOERROR
, ioe.toString());
Completed in 68 milliseconds