Home
last modified time | relevance | path

Searched refs:runResult (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/usb/src/com/android/cts/usb/
DTestUsbTest.java106 TestRunResult runResult = listener.getCurrentRunResults(); in runTestOnDevice() local
107 if (runResult.isRunFailure()) { in runTestOnDevice()
108 fail(runResult.getRunFailureMessage()); in runTestOnDevice()
111 for (TestResult result : runResult.getTestResults().values()) { in runTestOnDevice()
/cts/hostsidetests/adpf/src/android/adpf/cts/
DADPFHintSessionHostJUnit4Test.java160 final TestRunResult runResult = getLastDeviceRunResults(); in testAdpfHintSession() local
161 final TestResult result = runResult.getTestResults().get(testDesc); in testAdpfHintSession()
/cts/hostsidetests/settings/src/com/google/android/cts/settings/
DPrivacyDeviceOwnerTest.java199 boolean runResult = getDevice().runInstrumentationTestsAsUser(testRunner, mTestUserId, in runDeviceTests()
228 return runResult; in runDeviceTests()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DKeySetHostTest.java169 TestRunResult runResult = doRunTests(pkgName, testClassName, testMethodName); in runDeviceTests() local
170 return !runResult.hasFailedTests(); in runDeviceTests()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java1911 Result runResult = testRunner.run(request);
1912 if (!runResult.wasSuccessful()) {