HomeSort by relevance Sort by last modified time
    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/Exchange/exchange2/src/com/android/exchange/
EasSyncService.java 337 throw new MessagingException(MessagingException.PROTOCOL_VERSION_UNSUPPORTED);
464 MessagingException.PROTOCOL_VERSION_UNSUPPORTED);
492 resultCode = MessagingException.PROTOCOL_VERSION_UNSUPPORTED;
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 662 case MessagingException.PROTOCOL_VERSION_UNSUPPORTED:
    [all...]

Completed in 65 milliseconds