Home
last modified time | relevance | path

Searched defs:e (Results 1 – 8 of 8) sorted by relevance

/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/
DTransitionRunner.kt335 class TestSetupFailure(val e: Throwable) : Throwable(e) constant in com.android.server.wm.flicker.TransitionRunner.Companion.TestSetupFailure
336 class TransitionSetupFailure(val e: Throwable) : Throwable(e) constant in com.android.server.wm.flicker.TransitionRunner.Companion.TransitionSetupFailure
337 class TransitionExecutionFailure(val e: Throwable) : Throwable(e) constant in com.android.server.wm.flicker.TransitionRunner.Companion.TransitionExecutionFailure
338 class TraceProcessingFailure(val e: Throwable) : Throwable(e) constant in com.android.server.wm.flicker.TransitionRunner.Companion.TraceProcessingFailure
339 class TransitionTeardownFailure(val e: Throwable) : Throwable(e) constant in com.android.server.wm.flicker.TransitionRunner.Companion.TransitionTeardownFailure
340 class TestTeardownFailure(val e: Throwable) : Throwable(e) constant in com.android.server.wm.flicker.TransitionRunner.Companion.TestTeardownFailure
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/listeners/
DFailureScreenshotTestWatcher.java43 protected void failed(Throwable e, Description description) { in failed()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DKillAppsOnFailureRule.java50 protected void failed(Throwable e, Description description) { in failed()
DArtifactSaver.java71 public static void onError(Description description, Throwable e) { in onError()
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
DSimpleGLSurfaceView.java51 public boolean onTouchEvent(MotionEvent e) { in onTouchEvent()
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DTestWatcherTest.java203 protected void failed(Throwable e, Description description) { in failed()
211 protected void skipped(AssumptionViolatedException e, Description description) { in skipped()
/platform_testing/utils/esimutility/src/com/android/test/util/esimutility/
DESimUtilityInstrumentation.java58 private void updateWithException(Exception e) { in updateWithException()
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DDexTestRunner.java150 void killTest(Exception e) { in killTest()