Home
last modified time | relevance | path

Searched refs:TEST_APK_LOCATION (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DInstallInfoTest.kt50 val apk = File(TEST_APK_LOCATION + "/$TEST_APK_NAME") in <lambda>()
60 val apk = File(TEST_APK_LOCATION + "/$TEST_APK_NAME") in <lambda>()
74 File(TEST_APK_LOCATION, TEST_APK_NAME).copyTo( in <lambda>()
DInstallSourceInfoTest.kt76 uiDevice.executeShellCommand("pm install $TEST_APK_LOCATION/$TEST_APK_NAME") in installViaAdb()
90 "pm install -i $packageInstallerPackageName $TEST_APK_LOCATION/$TEST_APK_NAME") in installViaAdbValidInstallerName()
103 "pm install -i $invalidInstallerPackageName $TEST_APK_LOCATION/$TEST_APK_NAME") in installViaAdbInvalidInstallerName()
DPackageInstallerTestBase.kt77 const val TEST_APK_LOCATION = "/data/local/tmp/cts/packageinstaller" in <lambda>() constant
236 File(TEST_APK_LOCATION, apkName).inputStream().use { fileOnDisk -> in <lambda>()
360 File(TEST_APK_LOCATION, apkName).copyTo(target = apkFile, overwrite = true) in <lambda>()
516 File(TEST_APK_LOCATION, apkName).canonicalPath in <lambda>()
DInstallSourceInfoMultiUserTest.kt77 "pm install --user ${user.id()} $TEST_APK_LOCATION/$TEST_APK_NAME") in installOnUserAndCheckInfo()
/cts/tests/tests/packageinstaller/userrestriction/src/android/packageinstaller/userrestriction/cts/
DUserRestrictionInstallTest.kt87 const val TEST_APK_LOCATION = "/data/local/tmp/cts/packageinstaller" in <lambda>() constant
122 File(TEST_APK_LOCATION, TEST_APK_NAME).copyTo(target = apkFile, overwrite = true) in <lambda>()
135 installPackageViaAdb(apkPath = "$TEST_APK_LOCATION/$TEST_APK_NAME") in <lambda>()
158 installPackageViaAdb(apkPath = "$TEST_APK_LOCATION/$TEST_APK_NAME", user = workProfile) in <lambda>()
218 installPackageViaAdb(apkPath = "$TEST_APK_LOCATION/$TEST_APK_NAME") in <lambda>()
252 installPackageViaAdb(apkPath = "$TEST_APK_LOCATION/$TEST_APK_NAME", user = workProfile) in <lambda>()
328 installPackageViaAdb(apkPath = "$TEST_APK_LOCATION/$TEST_APK_NAME") in <lambda>()
/cts/tests/tests/packageinstaller/criticaluserjourney/src/android/packageinstaller/criticaluserjourney/cts/
DPackageInstallerCujTestBase.java99 private static final String TEST_APK_LOCATION = "/data/local/tmp/cts/packageinstaller/cuj"; field in PackageInstallerCujTestBase
229 final File apkFile = new File(TEST_APK_LOCATION, TEST_APK_NAME); in copyTestFiles()
233 final File apkV2File = new File(TEST_APK_LOCATION, TEST_APK_V2_NAME); in copyTestFiles()
757 + new File(TEST_APK_LOCATION, apkName).getCanonicalPath()); in installPackage()