Home
last modified time | relevance | path

Searched refs:getThrowable (Results 1 – 6 of 6) 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.java86 final Throwable t = exceptionHandler.getThrowable(); in runWithRequestActive()
210 public Throwable getThrowable() { in getThrowable() method in DeviceStateManagerTestBase.UncaughtExceptionHandler
/cts/tests/framework/base/windowmanager/src/android/server/wm/taskfragment/
DTaskFragmentOrganizerPolicyTest.java145 assertThat(mTaskFragmentOrganizer.getThrowable()) in testCreateTaskFragment_duplicatedFragmentToken_reportError()
851 assertThat(mTaskFragmentOrganizer.getThrowable()).isInstanceOf(SecurityException.class); in testStartActivityFromAnotherProcessInNewTask_ThrowException()
883 assertThat(mTaskFragmentOrganizer.getThrowable()).isInstanceOf(SecurityException.class); in testStartAnotherAppActivityInTaskFragment()
961 assertThat(mTaskFragmentOrganizer.getThrowable()) in testCreateTaskFragmentWithNonResizeableActivity_ThrowException()
1007 assertThat(mTaskFragmentOrganizer.getThrowable()) in testApplyHierarchyOpsInLockTaskMode()
DTaskFragmentTrustedModeTest.java255 assertThat(mTaskFragmentOrganizer.getThrowable()).isInstanceOf(exceptionClass); in assertTaskFragmentError()
DTaskFragmentOrganizerTestBase.java282 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()