Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/listeners/
DFailureScreenshotTestWatcher.java43 protected void failed(Throwable e, Description description) { in failed() method in FailureScreenshotTestWatcher
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DKillAppsOnFailureRule.java50 protected void failed(Throwable e, Description description) { in failed() method in KillAppsOnFailureRule
DTestMetricRule.java175 protected void failed(Throwable t, Description description) { in failed() method in TestMetricRule
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DITestResult.java113 void failed(String trace); in failed() method
DTestResult.java180 public void failed(String trace) { in failed() method in TestResult
DBusinessLogic.java134 boolean failed) { in throwAggregatedException()
DResultHandler.java404 int failed = result.countResults(TestStatus.FAIL); in writeResults() local
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DTestWatcherTest.java203 protected void failed(Throwable e, Description description) { in failed() method in TestWatcherTest.TestableTestWatcher