Home
last modified time | relevance | path

Searched refs:mHostTest (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/install/src/android/cts/install/host/
DShimApexRule.java36 private final BaseHostJUnit4Test mHostTest; field in ShimApexRule
39 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()
DLauncherRule.java31 private final BaseHostJUnit4Test mHostTest; field in LauncherRule
47 mHostTest = hostTest; in LauncherRule()
69 for (String s : mHostTest.getDevice().executeShellCommand( in fetchDefaultLauncher()
85 mHostTest.getDevice().executeShellCommand( in setDefaultLauncher()
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyTestAnalyzer.java23 private final PowerPolicyHostTest mHostTest; field in PowerPolicyTestAnalyzer
26 mHostTest = hostTest; in PowerPolicyTestAnalyzer()
55 String shellOutput = mHostTest.fetchActivityDumpsys(); in snapshotTestResult()
60 String shellOutput = mHostTest.fetchActivityDumpsys(); in getLatestTestResultEntry()
/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java391 private final PowerPolicyHostTest mHostTest; field in PowerPolicyHostTest.ComponentTestHelper
400 mHostTest = hostTest; in ComponentTestHelper()
410 mHostTest.executeCommand(mEnableCommands[i]); in turnOnComponent()
416 mHostTest.executeCommand(mDisableCommands[i]); in turnOffComponent()
421 return mHostTest.executeAndParseCommand(new SystemInfoParser<T>(mTypeClass), in tryGetComponentInfo()