Searched refs:TEST_APP_LOCATION (Results 1 – 7 of 7) sorted by relevance
21 private static final String TEST_APP_LOCATION = field in PackageInstallTest59 installPackage(TEST_APP_LOCATION); in testPackageInstall()
68 Log.d(TAG, "Installing " + TEST_APP_LOCATION); in testManualInstallBlocked()69 super.installPackage(TEST_APP_LOCATION); in testManualInstallBlocked()
44 protected static final String TEST_APP_LOCATION = "/data/local/tmp/CtsSimpleApp.apk"; field in BasePackageInstallTest121 assertTrue(executeAndWaitForPckageInstallCallback(() -> installPackage(TEST_APP_LOCATION))); in assertInstallPackage()
67 private static final String TEST_APP_LOCATION = "/data/local/tmp/cts/packageinstaller/"; field in DeviceOwnerTest631 assertTrue(getDevice().pushFile(apk, TEST_APP_LOCATION + apk.getName())); in testPackageInstallCache()659 String command = "rm " + TEST_APP_LOCATION + apk.getName(); in testPackageInstallCache()677 assertTrue(getDevice().pushFile(apk, TEST_APP_LOCATION + apk.getName())); in testPackageInstallCache_multiUser()717 String command = "rm " + TEST_APP_LOCATION + apk.getName(); in testPackageInstallCache_multiUser()
98 protected static final String TEST_APP_LOCATION = "/data/local/tmp/"; field in DeviceAndProfileOwnerTest611 assertTrue(getDevice().pushFile(apk, TEST_APP_LOCATION + apk.getName())); in testPackageInstallUserRestrictions()636 String command = "rm " + TEST_APP_LOCATION + apk.getName(); in testPackageInstallUserRestrictions()
66 protected static final String TEST_APP_LOCATION = field in BasePackageInstallTest183 installPackage(TEST_APP_LOCATION); in assertInstallPackage()
174 "pm install -r --user " + userId + " " + TEST_APP_LOCATION)) in testBroadcastReceivedForEnablingApp()