Home
last modified time | relevance | path

Searched refs:copyResourceToHostFile (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
H A DFactoryPackageTest.kt54 val versionTwoFile = HostUtils.copyResourceToHostFile(VERSION_TWO, tempFolder.newFile())
67 val deviceSideFile = HostUtils.copyResourceToHostFile(DEVICE_SIDE, tempFolder.newFile())
H A DInvalidNewSystemAppTest.kt69 val versionTwoFile = HostUtils.copyResourceToHostFile(VERSION_TWO, tempFolder.newFile())
82 val versionFourFile = HostUtils.copyResourceToHostFile(VERSION_FOUR, tempFolder.newFile())
H A DHostUtils.kt45 val file = HostUtils.copyResourceToHostFile(javaResource, tempFolder.newFile())
107 fun copyResourceToHostFile(javaResourceName: String, file: File): File { regex
H A DPackageInstallerSessionTest.kt50 val deviceSideFile = HostUtils.copyResourceToHostFile(DEVICE_SIDE, tempFolder.newFile())
H A DSdCardEjectionTests.kt89 val hostApkFile = HostUtils.copyResourceToHostFile(VERSION_ONE, tempFolder.newFile())
120 val usesApkFile = HostUtils.copyResourceToHostFile(VERSION_USES, tempFolder.newFile())
H A DBootTest.kt42 val testApkFile = HostUtils.copyResourceToHostFile(TEST_APK_NAME, tempFolder.newFile())
H A DOverlayPathsUninstallSystemUpdatesTest.kt65 val versionTwoFile = HostUtils.copyResourceToHostFile(VERSION_TWO, tempFolder.newFile())