Searched refs:makePathForApk (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/ |
H A D | HostUtils.kt | 27 pushResourceFile(javaResourceName, HostUtils.makePathForApk(javaResourceName, partition) 99 fun makePathForApk(fileName: String, partition: Partition) = regex 100 makePathForApk(File(fileName), partition) 102 fun makePathForApk(file: File, partition: Partition) = regex
|
H A D | FactoryPackageTest.kt | 38 HostUtils.makePathForApk("PackageManagerTestApp.apk", Partition.SYSTEM)
|
H A D | OverlayPathsUninstallSystemUpdatesTest.kt | 51 private val filePath = HostUtils.makePathForApk("PackageManagerTestApp.apk", Partition.PRODUCT)
|
H A D | InvalidNewSystemAppTest.kt | 53 private val filePath = HostUtils.makePathForApk("PackageManagerTestApp.apk", Partition.PRODUCT)
|
H A D | OriginalPackageMigrationTest.kt | 105 .containsExactly(HostUtils.makePathForApk(apk, Partition.SYSTEM).parent.toString())
|
H A D | SystemStubMultiUserDisableUninstallTest.kt | 62 HostUtils.makePathForApk("$parentClassName.apk", Partition.PRODUCT).parent 66 HostUtils.makePathForApk("$parentClassName-Stub.apk", Partition.PRODUCT)
|