Searched refs:installJavaResourceApk (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/ |
D | OverlayActorVisibilityTest.kt | 98 assertThat(device.installJavaResourceApk(tempFolder, ACTOR_APK, false)).isNull() in testVisibilityByOverlayable() 99 assertThat(device.installJavaResourceApk(tempFolder, OVERLAY_APK, false)).isNull() in testVisibilityByOverlayable() 100 assertThat(device.installJavaResourceApk(tempFolder, TARGET_NO_OVERLAYABLE_APK, false)) in testVisibilityByOverlayable() 108 assertThat(device.installJavaResourceApk(tempFolder, TARGET_APK, true)).isNull() in testVisibilityByOverlayable()
|
D | HostUtils.kt | 39 internal fun ITestDevice.installJavaResourceApk( in installJavaResourceApk() method
|
D | TamperedUpdatedSystemPackageTest.kt | 187 assertThat(device.installJavaResourceApk(tempFolder, ANOTHER_PKG, /* reinstall */ false)) in allowlistedPackageIsNotASystemApp()
|
D | SdCardEjectionTests.kt | 118 assertThat(device.installJavaResourceApk(tempFolder, VERSION_DECLARES)).isNull() in uninstallStaticLibraryInUse()
|