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