Home
last modified time | relevance | path

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

/cts/tests/devicestate/src/android/hardware/devicestate/cts/
DDeviceStateManagerTestBase.java72 final UncaughtExceptionHandler exceptionHandler = new UncaughtExceptionHandler(); in runWithRequestActive() local
74 thread.setUncaughtExceptionHandler(exceptionHandler); in runWithRequestActive()
86 final Throwable t = exceptionHandler.getThrowable(); in runWithRequestActive()