Searched refs:hostTest (Results 1 – 6 of 6) sorted by relevance
46 LauncherRule(BaseHostJUnit4Test hostTest, String testLauncher) { in LauncherRule() argument47 mHostTest = hostTest; in LauncherRule()
38 ShimApexRule(BaseHostJUnit4Test hostTest) { in ShimApexRule() argument39 mHostTest = hostTest; in ShimApexRule()
211 HostTest hostTest = (HostTest) test; in testConfigurationLoad() local213 hostTest.setBuild(stubFolder); in testConfigurationLoad()214 hostTest.setTestInformation(stubTestInfo); in testConfigurationLoad()215 int testCount = hostTest.countTestCases(); in testConfigurationLoad()
25 public PowerPolicyTestAnalyzer(PowerPolicyHostTest hostTest) { in PowerPolicyTestAnalyzer() argument26 mHostTest = hostTest; in PowerPolicyTestAnalyzer()
186 private static void assertWebViewDeviceTestAsUserPasses(BaseHostJUnit4Test hostTest, in assertWebViewDeviceTestAsUserPasses() argument188 hostTest.runDeviceTests( in assertWebViewDeviceTestAsUserPasses()
542 ComponentTestHelper(PowerPolicyHostTest hostTest, String componentName, Class typeClass) in ComponentTestHelper() argument544 mHostTest = hostTest; in ComponentTestHelper()