HomeSort by relevance Sort by last modified time
    Searched refs:mExceptionType (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/src/com/android/email/mail/
MessagingException.java 53 protected int mExceptionType;
57 mExceptionType = UNSPECIFIED_EXCEPTION;
62 mExceptionType = UNSPECIFIED_EXCEPTION;
71 mExceptionType = exceptionType;
80 mExceptionType = exceptionType;
89 return mExceptionType;
AuthenticationFailedException.java 28 mExceptionType = MessagingException.AUTHENTICATION_FAILED;

Completed in 34 milliseconds