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

  /packages/apps/Email/src/com/android/email/mail/
MessagingException.java 47 public static final int SECURITY_POLICIES_REQUIRED = 7;
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupCheckSettings.java 238 if (exceptionType == MessagingException.SECURITY_POLICIES_REQUIRED) {
328 * server. This converts the MessagingException.SECURITY_POLICIES_REQUIRED exception into an
  /packages/apps/Email/src/com/android/email/
Controller.java     [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageList.java     [all...]
  /packages/apps/Email/src/com/android/exchange/
EasSyncService.java 432 throw new MessagingException(MessagingException.SECURITY_POLICIES_REQUIRED);
    [all...]

Completed in 4490 milliseconds