Home
last modified time | relevance | path

Searched refs:SECURITY_POLICIES_REQUIRED (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Email/src/com/android/email/
DMessagingExceptionStrings.java48 case MessagingException.SECURITY_POLICIES_REQUIRED: in getErrorStringResourceId()
DController.java1701 return new MessagingException(MessagingException.SECURITY_POLICIES_REQUIRED);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
DMessagingException.java48 public static final int SECURITY_POLICIES_REQUIRED = 7; field in MessagingException
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountCheckSettingsFragment.java476 if (resultCode == MessagingException.SECURITY_POLICIES_REQUIRED) { in doInBackground()
542 return new MessagingException(MessagingException.SECURITY_POLICIES_REQUIRED); in fakeChecker()
597 case MessagingException.SECURITY_POLICIES_REQUIRED: in onPostExecute()
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DEasSyncService.java542 resultCode = MessagingException.SECURITY_POLICIES_REQUIRED; in validateAccount()