Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DInflateExceptionTest.java49 String detailMessage = "testInflateException"; in testInflateException() local
55 ne = new InflateException(detailMessage, throwable); in testInflateException()
69 ne = new InflateException(detailMessage); in testInflateException()
/cts/tests/app/app/src/android/app/stubs/
DSearchManagerStubActivity.java236 public FailException(String detailMessage) { in FailException() argument
237 super(detailMessage); in FailException()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DRootProcessScanner.java135 MalformedStatMException(String detailMessage) { in MalformedStatMException() argument
136 super(detailMessage); in MalformedStatMException()