Searched refs:mInstallUtils (Results 1 – 2 of 2) sorted by relevance
65 private final InstallUtilsHost mInstallUtils = new InstallUtilsHost(this); field in SdkExtensionsHostTest74 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()
64 private final InstallUtilsHost mInstallUtils = new InstallUtilsHost(this); field in OnDeviceSigningHostTest70 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()