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/
MessagingExceptionStrings.java 48 case MessagingException.SECURITY_POLICIES_REQUIRED:
Controller.java     [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
MessagingException.java 48 public static final int SECURITY_POLICIES_REQUIRED = 7;
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 476 if (resultCode == MessagingException.SECURITY_POLICIES_REQUIRED) {
542 return new MessagingException(MessagingException.SECURITY_POLICIES_REQUIRED);
597 case MessagingException.SECURITY_POLICIES_REQUIRED:
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasSyncService.java 542 resultCode = MessagingException.SECURITY_POLICIES_REQUIRED;
    [all...]

Completed in 435 milliseconds