Home
last modified time | relevance | path

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

/cts/hostsidetests/apkinapex/src/android/addapktoapex/cts/
DAddApkToApexTest.java48 private final InstallUtilsHost mHostUtils = new InstallUtilsHost(this); field in AddApkToApexTest
52 mHostUtils.uninstallShimApexIfNecessary(); in beforeTest()
57 mHostUtils.uninstallShimApexIfNecessary(); in afterTest()
62 assumeTrue("Device does not support updating APEX", mHostUtils.isApexUpdateSupported()); in updateShimApexAndStartTheApp()
86 getDevice().installPackage(mHostUtils.getTestFile(apk), true); in updateApexAndReboot()
/cts/hostsidetests/rollback/src/com/android/cts/rollback/host/
DRollbackManagerHostTest.java45 private final InstallUtilsHost mHostUtils = new InstallUtilsHost(this); field in RollbackManagerHostTest
86 mHostUtils.uninstallShimApexIfNecessary(); in cleanUp()
107 mHostUtils.isCheckpointSupported()); in testApkOnlyMultipleStagedRollback()
122 mHostUtils.isCheckpointSupported()); in testApkOnlyMultipleStagedPartialRollback()
218 mHostUtils.isCheckpointSupported()); in testRollbackFailsOtherSessions()
233 mHostUtils.isCheckpointSupported()); in testSimultaneousRollbacksBothSucceed()
/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()
181 mHostUtils.isCheckpointSupported()); in testGetActiveStagedSessions()
203 mHostUtils.isCheckpointSupported()); in testGetActiveStagedSessions_MultiApkSession()
233 final ITestDevice.ApexInfo shimApex = mHostUtils.getShimApex().orElseThrow( in testShimApexShouldPreInstalledIfUpdatingApexIsSupported()
483 mHostUtils.isCheckpointSupported()); in testFailStagingMultipleSessionsIfNoCheckPoint()
491 mHostUtils.isCheckpointSupported()); in testFailOverlappingMultipleStagedInstall_BothSinglePackage_Apk()
500 mHostUtils.isCheckpointSupported()); in testAllowNonOverlappingMultipleStagedInstall_MultiPackageSinglePackage_Apk()
508 mHostUtils.isCheckpointSupported()); in testFailOverlappingMultipleStagedInstall_BothMultiPackage_Apk()
[all …]