Home
last modified time | relevance | path

Searched refs:wasSuccessful (Results 1 – 7 of 7) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DGnssCtsTestResult.java131 public boolean wasSuccessful() { in wasSuccessful() method in GnssCtsTestResult
132 return mWrappedTestResult.wasSuccessful(); in wasSuccessful()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestResult.java133 public boolean wasSuccessful() { in wasSuccessful() method in SensorCtsTestResult
134 return mWrappedTestResult.wasSuccessful(); in wasSuccessful()
/cts/tools/junit/src/com/android/cts/junit/
DSingleJUnitTestRunner.java44 String status = result.wasSuccessful() ? PASSED_TEST_MARKER : FAILED_TEST_MARKER; in main()
DSingleJUnitTestRunListener.java41 String status = result.wasSuccessful() ? Prefixes.OK_TEST_MARKER in testRunFinished()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DDeqpTestRunner.java711 public boolean wasSuccessful() { in wasSuccessful() method in DeqpTestRunner.InstrumentationParser
766 public boolean wasSuccessful() { in wasSuccessful() method in DeqpTestRunner.PlatformQueryInstrumentationParser
1546 } else if (!parser.wasSuccessful()) { in executeTestRunBatchRun()
1558 final boolean wasLinkFailure = !parser.wasSuccessful() || interruptingError != null; in executeTestRunBatchRun()
1742 if (parser.wasSuccessful() && parser.getResultCode() == 0 && in queryIsSupportedConfigCommandLine()
1752 } else if (parser.wasSuccessful()) { in queryIsSupportedConfigCommandLine()
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/cts/tools/dex-tools/dex/
Dclasses0.out.dex64735 public boolean wasSuccessful()