Home
last modified time | relevance | path

Searched refs:hostTest (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/install/src/android/cts/install/host/
DLauncherRule.java46 LauncherRule(BaseHostJUnit4Test hostTest, String testLauncher) { in LauncherRule() argument
47 mHostTest = hostTest; in LauncherRule()
DShimApexRule.java38 ShimApexRule(BaseHostJUnit4Test hostTest) { in ShimApexRule() argument
39 mHostTest = hostTest; in ShimApexRule()
/cts/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/loading/
DCommonConfigLoadingTest.java207 HostTest hostTest = (HostTest) test; in testConfigurationLoad() local
209 hostTest.setBuild(stubFolder); in testConfigurationLoad()
210 hostTest.setTestInformation(stubTestInfo); in testConfigurationLoad()
211 int testCount = hostTest.countTestCases(); in testConfigurationLoad()
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyTestAnalyzer.java25 public PowerPolicyTestAnalyzer(PowerPolicyHostTest hostTest) { in PowerPolicyTestAnalyzer() argument
26 mHostTest = hostTest; in PowerPolicyTestAnalyzer()
/cts/hostsidetests/webkit/src/com/android/cts/webkit/
DWebViewHostSideMultipleProfileTest.java186 private static void assertWebViewDeviceTestAsUserPasses(BaseHostJUnit4Test hostTest, in assertWebViewDeviceTestAsUserPasses() argument
188 hostTest.runDeviceTests( in assertWebViewDeviceTestAsUserPasses()
/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java541 ComponentTestHelper(PowerPolicyHostTest hostTest, String componentName, Class typeClass) in ComponentTestHelper() argument
543 mHostTest = hostTest; in ComponentTestHelper()