Searched refs:getShimApex (Results 1 – 1 of 1) sorted by relevance
199 final ITestDevice.ApexInfo shim = getShimApex(); in uninstallShimApexIfNecessary()211 assertThat(getShimApex().versionCode).isEqualTo(1L); in uninstallShimApexIfNecessary()214 private ITestDevice.ApexInfo getShimApex() throws DeviceNotAvailableException { in getShimApex() method in ModuleTestUtils