Searched refs:mHostUtils (Results 1 – 3 of 3) sorted by relevance
48 private final InstallUtilsHost mHostUtils = new InstallUtilsHost(this); field in AddApkToApexTest52 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()
45 private final InstallUtilsHost mHostUtils = new InstallUtilsHost(this); field in RollbackManagerHostTest86 mHostUtils.uninstallShimApexIfNecessary(); in cleanUp()107 mHostUtils.isCheckpointSupported()); in testApkOnlyMultipleStagedRollback()122 mHostUtils.isCheckpointSupported()); in testApkOnlyMultipleStagedPartialRollback()218 mHostUtils.isCheckpointSupported()); in testRollbackFailsOtherSessions()233 mHostUtils.isCheckpointSupported()); in testSimultaneousRollbacksBothSucceed()
66 private final InstallUtilsHost mHostUtils = new InstallUtilsHost(this); field in StagedInstallTest99 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 …]