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

  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
MessagingException.java 52 public static final int PROTOCOL_VERSION_UNSUPPORTED = 9;
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasFolderSync.java 224 messagingExceptionCode = MessagingException.PROTOCOL_VERSION_UNSUPPORTED;
  /packages/apps/Exchange/src/com/android/exchange/
EasSyncService.java 365 throw new MessagingException(MessagingException.PROTOCOL_VERSION_UNSUPPORTED);
490 MessagingException.PROTOCOL_VERSION_UNSUPPORTED);
518 resultCode = MessagingException.PROTOCOL_VERSION_UNSUPPORTED;
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 639 case MessagingException.PROTOCOL_VERSION_UNSUPPORTED:
    [all...]

Completed in 763 milliseconds