Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DCustomDeviceOwnerTest.java52 private static final String TEST_APP_LOCATION = "/data/local/tmp/"; field in CustomDeviceOwnerTest
142 assertTrue(getDevice().pushFile(apk, TEST_APP_LOCATION + apk.getName())); in testSilentPackageInstall()
148 String command = "rm " + TEST_APP_LOCATION + apk.getName(); in testSilentPackageInstall()
DDeviceAndProfileOwnerTest.java48 private static final String TEST_APP_LOCATION = "/data/local/tmp/"; field in DeviceAndProfileOwnerTest
230 assertTrue(getDevice().pushFile(apk, TEST_APP_LOCATION + apk.getName())); in testPackageInstallUserRestrictions()
252 String command = "rm " + TEST_APP_LOCATION + apk.getName(); in testPackageInstallUserRestrictions()
/cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
DBasePackageInstallTest.java43 protected static final String TEST_APP_LOCATION = "/data/local/tmp/CtsSimpleApp.apk"; field in BasePackageInstallTest
124 installPackage(TEST_APP_LOCATION); in assertInstallPackage()
DManualPackageInstallTest.java56 super.installPackage(TEST_APP_LOCATION); in testManualInstallBlocked()