Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DTestThread.java56 public Throwable getThrowable() { in getThrowable() method in TestThread
/cts/tests/devicestate/src/android/hardware/devicestate/cts/
DDeviceStateManagerTestBase.java94 final Throwable t = exceptionHandler.getThrowable(); in runWithRequestActive()
218 public Throwable getThrowable() { in getThrowable() method in DeviceStateManagerTestBase.UncaughtExceptionHandler
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DTaskFragmentOrganizerPolicyTest.java218 assertThat(mTaskFragmentOrganizer.getThrowable()).isInstanceOf(SecurityException.class); in testStartActivityFromAnotherProcessInEmbeddedTask()
258 assertThat(mTaskFragmentOrganizer.getThrowable()).isInstanceOf(SecurityException.class); in testStartAnotherAppActivityInTaskFragment()
317 assertThat(mTaskFragmentOrganizer.getThrowable()) in testCreateTaskFragmentWithNonResizeableActivity_ThrowException()
357 assertThat(mTaskFragmentOrganizer.getThrowable()).isInstanceOf( in testApplyHierarchyOpsInLockTaskMode()
DTaskFragmentOrganizerTestBase.java152 public Throwable getThrowable() { in getThrowable() method in TaskFragmentOrganizerTestBase.BasicTaskFragmentOrganizer
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/support/
DSingleTestNGTestRunListener.java81 Throwable throwable = result.getThrowable(); in onTestFailure()