Home
last modified time | relevance | path

Searched defs:exceptionType (Results 1 – 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
DMessagingException.java82 public MessagingException(int exceptionType, String message, Throwable throwable) { in MessagingException()
92 public MessagingException(int exceptionType) { in MessagingException()
108 public MessagingException(int exceptionType, String message) { in MessagingException()
118 public MessagingException(int exceptionType, String message, Object data) { in MessagingException()
DAuthenticationFailedException.java27 public AuthenticationFailedException(int exceptionType, String message) { in AuthenticationFailedException()
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountCheckSettingsFragment.java475 final int exceptionType = result.getExceptionType(); in onPostExecute() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java4617 Integer exceptionType = values.getAsInteger(AggregationExceptions.TYPE); in updateAggregationException() local