Home
last modified time | relevance | path

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

/cts/hostsidetests/rollback/src/com/android/cts/rollback/host/
DRollbackManagerHostTest.java71 final ITestDevice.ApexInfo shimApex = getShimApex(); in uninstallShimApexIfNecessary()
82 assertThat(getShimApex().versionCode).isEqualTo(1L); in uninstallShimApexIfNecessary()
88 private ITestDevice.ApexInfo getShimApex() throws DeviceNotAvailableException { in getShimApex() method in RollbackManagerHostTest
/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/
DStagedInstallTest.java181 final ITestDevice.ApexInfo shimApex = getShimApex(); in testShimApexShouldPreInstalledIfUpdatingApexIsSupported()
521 final ITestDevice.ApexInfo shimApex = getShimApex(); in uninstallShimApexIfNecessary()
533 assertThat(getShimApex().versionCode).isEqualTo(1L); in uninstallShimApexIfNecessary()
536 private ITestDevice.ApexInfo getShimApex() throws DeviceNotAvailableException { in getShimApex() method in StagedInstallTest