Home
last modified time | relevance | path

Searched refs:testRunResult (Results 1 – 9 of 9) sorted by relevance

/cts/hostsidetests/media/src/android/media/cts/
DBaseMediaHostSideTest.java136 protected void assertTestsPassed(TestRunResult testRunResult) { in assertTestsPassed() argument
137 if (testRunResult.isRunFailure()) { in assertTestsPassed()
140 + testRunResult.getName() in assertTestsPassed()
142 + testRunResult.getRunFailureMessage()); in assertTestsPassed()
144 if (testRunResult.getNumTests() == 0) { in assertTestsPassed()
148 if (testRunResult.hasFailedTests()) { in assertTestsPassed()
152 testRunResult.getTestResults().entrySet()) { in assertTestsPassed()
/cts/hostsidetests/atrace/src/android/atrace/cts/
DPidTidPair.java27 PidTidPair(TestRunResult testRunResult) { in PidTidPair() argument
28 Map<String, String> metrics = testRunResult.getRunMetrics(); in PidTidPair()
/cts/hostsidetests/webkit/src/com/android/cts/webkit/
DWebViewHostSideStartupTest.java50 TestRunResult testRunResult = runSingleDeviceTest(DEVICE_WEBVIEW_STARTUP_PKG, in assertDeviceTestPasses() local
53 assertTrue(testRunResult.isRunComplete()); in assertDeviceTestPasses()
55 Collection<TestResult> testResults = testRunResult.getTestResults().values(); in assertDeviceTestPasses()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/powermanager/
DPowerManagerStatsTests.java105 TestRunResult testRunResult = DeviceUtils.runDeviceTestsOnStatsdApp(getDevice(), in testThermalHeadroomCalledIsPushed() local
110 TestStatus status = testRunResult.getTestResults().get(desc).getStatus(); in testThermalHeadroomCalledIsPushed()
134 TestRunResult testRunResult = DeviceUtils.runDeviceTestsOnStatsdApp(getDevice(), in testThermalStatusCalledIsPushed() local
139 TestStatus status = testRunResult.getTestResults().get(desc).getStatus(); in testThermalStatusCalledIsPushed()
160 TestRunResult testRunResult = DeviceUtils.runDeviceTestsOnStatsdApp(getDevice(), in testThermalHeadroomThresholdsCalledIsPushed() local
165 TestStatus status = testRunResult.getTestResults().get(desc).getStatus(); in testThermalHeadroomThresholdsCalledIsPushed()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/performancehintmanager/
DPerformanceHintManagerStatsTests.java125 TestRunResult testRunResult = DeviceUtils.runDeviceTestsOnStatsdApp(getDevice(), in testCreateHintSessionStatsdApp() local
130 TestResult result = testRunResult.getTestResults().get(desc); in testCreateHintSessionStatsdApp()
175 TestRunResult testRunResult = DeviceUtils.runDeviceTestsOnStatsdApp(getDevice(), in testCreateHintSessionStatsdGame() local
180 TestResult result = testRunResult.getTestResults().get(desc); in testCreateHintSessionStatsdGame()
244 TestRunResult testRunResult = DeviceUtils.runDeviceTestsOnStatsdApp(getDevice(), in testAdpfHintSessionTidCleanupIsPushed() local
247 TestResult result = testRunResult.getTestResults().get(desc); in testAdpfHintSessionTidCleanupIsPushed()
/cts/hostsidetests/videoencodingminimum/src/android/videoqualityfloor/cts/
DCtsVideoQualityFloorHostTest.java354 private void assertTestsPassed(TestRunResult testRunResult) { in assertTestsPassed() argument
355 if (testRunResult.isRunFailure()) { in assertTestsPassed()
357 + testRunResult.getName() + ": " + testRunResult.getRunFailureMessage()); in assertTestsPassed()
359 if (testRunResult.getNumTests() != testRunResult.getPassedTests().size()) { in assertTestsPassed()
361 testRunResult.getTestResults().entrySet()) { in assertTestsPassed()
/cts/hostsidetests/mediapc/videoencodingquality/src/
DCtsVideoEncodingQualityHostTest.java558 private void assertTestsPassed(TestRunResult testRunResult) { in assertTestsPassed() argument
559 if (testRunResult.isRunFailure()) { in assertTestsPassed()
561 + testRunResult.getName() + ": " + testRunResult.getRunFailureMessage()); in assertTestsPassed()
563 if (testRunResult.getNumTests() != testRunResult.getPassedTests().size()) { in assertTestsPassed()
565 testRunResult.getTestResults().entrySet()) { in assertTestsPassed()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/media/projection/
DMediaProjectionAtomsTests.java115 TestRunResult testRunResult = in testMediaProjectionStateChanged_stoppedCapture() local
120 TestResult.TestStatus status = testRunResult.getTestResults().get(desc).getStatus(); in testMediaProjectionStateChanged_stoppedCapture()
160 TestRunResult testRunResult = in testMediaProjectionTargetChanged_stoppedCapture() local
165 TestResult.TestStatus status = testRunResult.getTestResults().get(desc).getStatus(); in testMediaProjectionTargetChanged_stoppedCapture()
/cts/hostsidetests/angle/src/android/angle/cts/
DCtsAngleDeveloperOptionHostTest.java105 final TestRunResult testRunResult = getLastDeviceRunResults(); in checkNativeDriver() local
106 final TestResult testResult = testRunResult.getTestResults().get( in checkNativeDriver()