Home
last modified time | relevance | path

Searched refs:mInstallUtils (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/SdkExtensions/tests/e2e/Extensions/test-src/com/android/tests/apex/sdkextensions/
H A DSdkExtensionsHostTest.java65 private final InstallUtilsHost mInstallUtils = new InstallUtilsHost(this); field in SdkExtensionsHostTest
74 assumeTrue("Updating APEX is not supported", mInstallUtils.isApexUpdateSupported()); in setUp()
79 File testAppFile = mInstallUtils.getTestFile(APP_FILENAME); in installTestApp()
99 mInstallUtils.installApexes(SDKEXTENSIONS_FILENAME); in upgradeOneApexWithBump()
114 mInstallUtils.installApexes(MEDIA_FILENAME); in upgradeOneApex()
123 mInstallUtils.installApexes(MEDIA_FILENAME, SDKEXTENSIONS_FILENAME); in upgradeTwoApexes()
129 File appFile = mInstallUtils.getTestFile(filename); in canInstallApp()
236 ApexInfo apex = mInstallUtils.getApexInfo(mInstallUtils.getTestFile(filename)); in uninstallApexes()
/aosp12/art/test/odsign/test-src/com/android/tests/odsign/
H A DOnDeviceSigningHostTest.java64 private final InstallUtilsHost mInstallUtils = new InstallUtilsHost(this); field in OnDeviceSigningHostTest
70 assumeTrue("Updating APEX is not supported", mInstallUtils.isApexUpdateSupported()); in setUp()
72 mInstallUtils.installApexes(APEX_FILENAME); in setUp()
79 ApexInfo apex = mInstallUtils.getApexInfo(mInstallUtils.getTestFile(APEX_FILENAME)); in cleanup()
235 mInstallUtils.installApexes(APEX_FILENAME); in verifyGeneratedArtifactsLoadedForSamegradeUpdate()