Home
last modified time | relevance | path

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

/cts/hostsidetests/usb/src/com/android/cts/usb/
DTestUsbTest.java105 TestRunResult runResult = listener.getCurrentRunResults(); in runTestOnDevice() local
106 if (runResult.isRunFailure()) { in runTestOnDevice()
107 fail(runResult.getRunFailureMessage()); in runTestOnDevice()
110 for (TestResult result : runResult.getTestResults().values()) { in runTestOnDevice()
/cts/hostsidetests/settings/src/com/google/android/cts/settings/
DPrivacyDeviceOwnerTest.java196 boolean runResult = getDevice().runInstrumentationTestsAsUser(testRunner, mTestUserId, in runDeviceTests()
225 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.java1144 Result runResult = testRunner.run(request);
1145 if (!runResult.wasSuccessful()) {