Home
last modified time | relevance | path

Searched refs:testResults (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/webkit/src/com/android/cts/webkit/
DWebViewHostSideStartupTest.java76 Collection<TestResult> testResults = testRunResult.getTestResults().values(); in assertDeviceTestPasses() local
78 assertEquals(1, testResults.size()); in assertDeviceTestPasses()
79 TestResult testResult = testResults.toArray(new TestResult[1])[0]; in assertDeviceTestPasses()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DTest.java113 HashMap<BaseResultsDialog.ResultType, Boolean> testResults = new HashMap<>(); in executeTests() local
115 testResults.put(BaseResultsDialog.ResultType.PATH, pathTest()); in executeTests()
118 testResults.put(BaseResultsDialog.ResultType.WAYPOINT, markerTest()); in executeTests()
120 return testResults; in executeTests()