Searched refs:mHostTest (Results 1 – 4 of 4) sorted by relevance
36 private final BaseHostJUnit4Test mHostTest; field in ShimApexRule39 mHostTest = hostTest; in ShimApexRule()72 mHostTest.getDevice().uninstallPackage(SHIM_APEX_PACKAGE_NAME); in uninstallShimApexIfNecessary()78 mHostTest.getDevice().reboot(); in uninstallShimApexIfNecessary()85 return mHostTest.getDevice().getActiveApexes().stream().filter( in getShimApex()
31 private final BaseHostJUnit4Test mHostTest; field in LauncherRule47 mHostTest = hostTest; in LauncherRule()69 for (String s : mHostTest.getDevice().executeShellCommand( in fetchDefaultLauncher()85 mHostTest.getDevice().executeShellCommand( in setDefaultLauncher()
23 private final PowerPolicyHostTest mHostTest; field in PowerPolicyTestAnalyzer26 mHostTest = hostTest; in PowerPolicyTestAnalyzer()55 String shellOutput = mHostTest.fetchActivityDumpsys(); in snapshotTestResult()60 String shellOutput = mHostTest.fetchActivityDumpsys(); in getLatestTestResultEntry()
534 private final PowerPolicyHostTest mHostTest; field in PowerPolicyHostTest.ComponentTestHelper543 mHostTest = hostTest; in ComponentTestHelper()553 mHostTest.executeCommand(mEnableCommands[i]); in turnOnComponent()559 mHostTest.executeCommand(mDisableCommands[i]); in turnOffComponent()564 return mHostTest.executeAndParseCommand(new SystemInfoParser<T>(mTypeClass), in tryGetComponentInfo()