Searched refs:TEST_APP_LOCATION (Results 1 – 4 of 4) sorted by relevance
52 private static final String TEST_APP_LOCATION = "/data/local/tmp/"; field in CustomDeviceOwnerTest142 assertTrue(getDevice().pushFile(apk, TEST_APP_LOCATION + apk.getName())); in testSilentPackageInstall()148 String command = "rm " + TEST_APP_LOCATION + apk.getName(); in testSilentPackageInstall()
48 private static final String TEST_APP_LOCATION = "/data/local/tmp/"; field in DeviceAndProfileOwnerTest230 assertTrue(getDevice().pushFile(apk, TEST_APP_LOCATION + apk.getName())); in testPackageInstallUserRestrictions()252 String command = "rm " + TEST_APP_LOCATION + apk.getName(); in testPackageInstallUserRestrictions()
43 protected static final String TEST_APP_LOCATION = "/data/local/tmp/CtsSimpleApp.apk"; field in BasePackageInstallTest124 installPackage(TEST_APP_LOCATION); in assertInstallPackage()
56 super.installPackage(TEST_APP_LOCATION); in testManualInstallBlocked()