Home
last modified time | relevance | path

Searched refs:detailMessage (Results 1 – 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DAttachmentsView.java458 public AttachmentFailureException(String detailMessage) { in AttachmentFailureException() argument
459 super(detailMessage); in AttachmentFailureException()
468 public AttachmentFailureException(String detailMessage, Throwable throwable) { in AttachmentFailureException() argument
469 super(detailMessage, throwable); in AttachmentFailureException()
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DAuthException.java22 public AuthException(String detailMessage) { in AuthException() argument
23 super(detailMessage); in AuthException()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/
DAuthException.java32 public AuthException(String detailMessage) { in AuthException() argument
33 super(detailMessage); in AuthException()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarCache.java68 public CacheException(String detailMessage) { in CacheException() argument
69 super(detailMessage); in CacheException()