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/presubmit/
DCtsConfigLoadingTest.java243 HostTest hostTest = (HostTest) test; in testConfigurationLoad() local
245 hostTest.setBuild(stubFolder); in testConfigurationLoad()
246 hostTest.setTestInformation(stubTestInfo); in testConfigurationLoad()
247 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.java180 private static void assertWebViewDeviceTestAsUserPasses(BaseHostJUnit4Test hostTest, in assertWebViewDeviceTestAsUserPasses() argument
182 hostTest.runDeviceTests( in assertWebViewDeviceTestAsUserPasses()
/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java398 ComponentTestHelper(PowerPolicyHostTest hostTest, String componentName, Class typeClass) in ComponentTestHelper() argument
400 mHostTest = hostTest; in ComponentTestHelper()