Searched refs:TEST_UPDATE_LOCATION (Results 1 – 1 of 1) sorted by relevance
155 private static final String TEST_UPDATE_LOCATION = "/data/local/tmp/cts/deviceowner"; field in BaseDevicePolicyTest240 getDevice().executeShellCommand(" mkdir " + TEST_UPDATE_LOCATION); in setUp()296 getDevice().executeShellCommand(" rm -r " + TEST_UPDATE_LOCATION); in tearDown()337 final String remoteApkPath = TEST_UPDATE_LOCATION + "/" + apk.getName(); in installAppIncremental()1344 getDevice().pushFile(file, TEST_UPDATE_LOCATION + "/" + fileName); in pushUpdateFileToDevice()