Searched refs:mHostTest (Results 1 – 4 of 4) sorted by relevance
36 private final BaseHostJUnit4Test mHostTest; field in ShimApexRule39 mHostTest = hostTest; in ShimApexRule()76 mHostTest.getDevice().uninstallPackage(SHIM_APEX_PACKAGE_NAME); in uninstallShimApexIfNecessary()82 mHostTest.getDevice().reboot(); in uninstallShimApexIfNecessary()89 final String updatable = mHostTest.getDevice().getProperty("ro.apex.updatable"); in isUpdatingApexSupported()94 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()
418 private final PowerPolicyHostTest mHostTest; field in PowerPolicyHostTest.ComponentTestHelper427 mHostTest = hostTest; in ComponentTestHelper()437 mHostTest.executeCommand(mEnableCommands[i]); in turnOnComponent()443 mHostTest.executeCommand(mDisableCommands[i]); in turnOffComponent()448 return mHostTest.executeAndParseCommand(new SystemInfoParser<T>(mTypeClass), in tryGetComponentInfo()