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()
207 HostTest hostTest = (HostTest) test; in testConfigurationLoad() local209 hostTest.setBuild(stubFolder); in testConfigurationLoad()210 hostTest.setTestInformation(stubTestInfo); in testConfigurationLoad()211 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()
541 ComponentTestHelper(PowerPolicyHostTest hostTest, String componentName, Class typeClass) in ComponentTestHelper() argument543 mHostTest = hostTest; in ComponentTestHelper()