Searched refs:getShimApex (Results 1 – 2 of 2) sorted by relevance
71 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
181 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