Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DAttachmentsView.java389 public AttachmentFailureException(String detailMessage) { in AttachmentFailureException() argument
390 super(detailMessage); in AttachmentFailureException()
399 public AttachmentFailureException(String detailMessage, Throwable throwable) { in AttachmentFailureException() argument
400 super(detailMessage, throwable); in AttachmentFailureException()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarCache.java68 public CacheException(String detailMessage) { in CacheException() argument
69 super(detailMessage); in CacheException()