Searched refs:getThrowable (Results 1 – 6 of 6) sorted by relevance
56 public Throwable getThrowable() { in getThrowable() method in TestThread
86 final Throwable t = exceptionHandler.getThrowable(); in runWithRequestActive()210 public Throwable getThrowable() { in getThrowable() method in DeviceStateManagerTestBase.UncaughtExceptionHandler
145 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()
255 assertThat(mTaskFragmentOrganizer.getThrowable()).isInstanceOf(exceptionClass); in assertTaskFragmentError()
282 public Throwable getThrowable() { in getThrowable() method in TaskFragmentOrganizerTestBase.BasicTaskFragmentOrganizer
81 Throwable throwable = result.getThrowable(); in onTestFailure()