Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DPackageInstallTest.java21 private static final String TEST_APP_LOCATION = field in PackageInstallTest
59 installPackage(TEST_APP_LOCATION); in testPackageInstall()
/cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
DManualPackageInstallTest.java67 Log.d(TAG, "Installing " + TEST_APP_LOCATION); in testManualInstallBlocked()
68 super.installPackage(TEST_APP_LOCATION); in testManualInstallBlocked()
DBasePackageInstallTest.java43 protected static final String TEST_APP_LOCATION = "/data/local/tmp/CtsSimpleApp.apk"; field in BasePackageInstallTest
120 assertTrue(executeAndWaitForPckageInstallCallback(() -> installPackage(TEST_APP_LOCATION))); in assertInstallPackage()
/cts/tests/tests/packageinstaller/adminpackageinstaller/src/android/packageinstaller/admin/cts/
DBasePackageInstallTest.java46 protected static final String TEST_APP_LOCATION = field in BasePackageInstallTest
136 installPackage(TEST_APP_LOCATION); in assertInstallPackage()
DSessionCommitBroadcastTest.java131 "pm install -r --user " + userId + " " + TEST_APP_LOCATION)) in testBroadcastReceivedForEnablingApp()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceOwnerTest.java73 private static final String TEST_APP_LOCATION = "/data/local/tmp/cts/packageinstaller/"; field in DeviceOwnerTest
651 assertTrue(getDevice().pushFile(apk, TEST_APP_LOCATION + apk.getName())); in testPackageInstallCache()
679 String command = "rm " + TEST_APP_LOCATION + apk.getName(); in testPackageInstallCache()
695 assertTrue(getDevice().pushFile(apk, TEST_APP_LOCATION + apk.getName())); in testPackageInstallCache_multiUser()
735 String command = "rm " + TEST_APP_LOCATION + apk.getName(); in testPackageInstallCache_multiUser()
DDeviceAndProfileOwnerTest.java103 protected static final String TEST_APP_LOCATION = "/data/local/tmp/"; field in DeviceAndProfileOwnerTest
988 assertTrue(getDevice().pushFile(apk, TEST_APP_LOCATION + apk.getName())); in testPackageInstallUserRestrictions()
1012 String command = "rm " + TEST_APP_LOCATION + apk.getName(); in testPackageInstallUserRestrictions()