Home
last modified time | relevance | path

Searched refs:mExceptionType (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Email/src/com/android/email/mail/
DMessagingException.java49 protected int mExceptionType; field in MessagingException
53 mExceptionType = UNSPECIFIED_EXCEPTION; in MessagingException()
58 mExceptionType = UNSPECIFIED_EXCEPTION; in MessagingException()
67 mExceptionType = exceptionType; in MessagingException()
76 mExceptionType = exceptionType; in MessagingException()
85 return mExceptionType; in getExceptionType()
DAuthenticationFailedException.java28 mExceptionType = MessagingException.AUTHENTICATION_FAILED; in AuthenticationFailedException()