OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROTOCOL_VERSION_UNSUPPORTED
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
MessagingException.java
52
public static final int
PROTOCOL_VERSION_UNSUPPORTED
= 9;
/packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java
652
case MessagingException.
PROTOCOL_VERSION_UNSUPPORTED
:
[
all
...]
/packages/apps/Exchange/src/com/android/exchange/
EasSyncService.java
390
throw new MessagingException(MessagingException.
PROTOCOL_VERSION_UNSUPPORTED
);
495
MessagingException.
PROTOCOL_VERSION_UNSUPPORTED
);
518
resultCode = MessagingException.
PROTOCOL_VERSION_UNSUPPORTED
;
[
all
...]
Completed in 437 milliseconds