OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CERTIFICATE_VALIDATION_ERROR
(Results
1 - 3
of
3
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
CertificateValidationException.java
24
super(MessagingException.
CERTIFICATE_VALIDATION_ERROR
, message);
28
super(MessagingException.
CERTIFICATE_VALIDATION_ERROR
, message, throwable);
MessagingException.java
54
public static final int
CERTIFICATE_VALIDATION_ERROR
= 10;
/packages/apps/Email/src/com/android/email/activity/setup/
CheckSettingsErrorDialogFragment.java
155
case MessagingException.
CERTIFICATE_VALIDATION_ERROR
:
Completed in 39 milliseconds