Searched refs:getThrowable (Results 1 – 5 of 5) sorted by relevance
56 public Throwable getThrowable() { in getThrowable() method in TestThread
94 final Throwable t = exceptionHandler.getThrowable(); in runWithRequestActive()218 public Throwable getThrowable() { in getThrowable() method in DeviceStateManagerTestBase.UncaughtExceptionHandler
218 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()
152 public Throwable getThrowable() { in getThrowable() method in TaskFragmentOrganizerTestBase.BasicTaskFragmentOrganizer
81 Throwable throwable = result.getThrowable(); in onTestFailure()