Home
last modified time | relevance | path

Searched refs:mHostUtils (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/
DStagedInstallTest.java66 private final InstallUtilsHost mHostUtils = new InstallUtilsHost(this); field in StagedInstallTest
99 mHostUtils.uninstallShimApexIfNecessary(); in setUp()
106 mHostUtils.uninstallShimApexIfNecessary(); in tearDown()
148 assumeTrue("Device does not support updating APEX", mHostUtils.isApexUpdateSupported()); in testStageAnotherSessionImmediatelyAfterAbandon()
154 assumeTrue("Device does not support updating APEX", mHostUtils.isApexUpdateSupported()); in testStageAnotherSessionImmediatelyAfterAbandonMultiPackage()
160 assumeTrue("Device does not support updating APEX", mHostUtils.isApexUpdateSupported()); in testNoSessionUpdatedBroadcastSentForStagedSessionAbandon()
184 mHostUtils.isCheckpointSupported()); in testGetActiveStagedSessions()
206 mHostUtils.isCheckpointSupported()); in testGetActiveStagedSessions_MultiApkSession()
236 assumeTrue("Device does not support updating APEX", mHostUtils.isApexUpdateSupported()); in testShimApexShouldPreInstalledIfUpdatingApexIsSupported()
238 final ITestDevice.ApexInfo shimApex = mHostUtils.getShimApex().orElseThrow( in testShimApexShouldPreInstalledIfUpdatingApexIsSupported()
[all …]
DApexShimValidationTest.java70 private final InstallUtilsHost mHostUtils = new InstallUtilsHost(this); field in ApexShimValidationTest
112 assumeTrue("Device doesn't support updating APEX", mHostUtils.isApexUpdateSupported()); in setUp()
/cts/hostsidetests/rollback/src/com/android/cts/rollback/host/
DRollbackManagerHostTest.java45 private final InstallUtilsHost mHostUtils = new InstallUtilsHost(this); field in RollbackManagerHostTest
85 mHostUtils.uninstallShimApexIfNecessary(); in cleanUp()
106 mHostUtils.isCheckpointSupported()); in testApkOnlyMultipleStagedRollback()
121 mHostUtils.isCheckpointSupported()); in testApkOnlyMultipleStagedPartialRollback()
135 assumeTrue("Device does not support updating APEX", mHostUtils.isApexUpdateSupported()); in testApexOnlyStagedRollback()
151 assumeTrue("Device does not support updating APEX", mHostUtils.isApexUpdateSupported()); in testApexOnlySystemVersionStagedRollback()
166 assumeTrue("Device does not support updating APEX", mHostUtils.isApexUpdateSupported()); in testApexAndApkStagedRollback()
188 assumeTrue("Device does not support updating APEX", mHostUtils.isApexUpdateSupported()); in testApexRollbackExpiration()
202 assumeTrue("Device does not support updating APEX", mHostUtils.isApexUpdateSupported()); in testApexKeyRotationStagedRollback()
226 mHostUtils.isCheckpointSupported()); in testRollbackFailsOtherSessions()
[all …]