Home
last modified time | relevance | path

Searched refs:TEST_APK_EXTERNAL_LOCATION (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/packageinstaller/nopermission/src/android.packageinstaller.nopermission.cts/
DNoPermissionTests.kt53 private const val TEST_APK_EXTERNAL_LOCATION = "/data/local/tmp/cts/nopermission" constant
111 File(TEST_APK_EXTERNAL_LOCATION, TEST_APK_NAME).copyTo(target = apkFile, overwrite = true) in copyTestApk()
140 File(TEST_APK_EXTERNAL_LOCATION, TEST_APK_NAME).inputStream().use { fileOnDisk -> in launchPackageInstallerViaSession()
/cts/tests/tests/packageinstaller/install_appop_default/src/android/packageinstaller/install_appop_default/cts/
DPackageInstallerTestBase.kt53 const val TEST_APK_EXTERNAL_LOCATION = "/data/local/tmp/cts/packageinstaller" in <lambda>() constant
92 File(TEST_APK_EXTERNAL_LOCATION, TEST_APK_NAME).copyTo(target = apkFile, overwrite = true) in <lambda>()
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DPackageInstallerTestBase.kt55 const val TEST_APK_EXTERNAL_LOCATION = "/data/local/tmp/cts/packageinstaller" in <lambda>() constant
96 File(TEST_APK_EXTERNAL_LOCATION, TEST_APK_NAME).copyTo(target = apkFile, overwrite = true) in <lambda>()