Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java162 private static final String TEST_UPDATE_LOCATION = "/data/local/tmp/cts/deviceowner"; field in BaseDevicePolicyTest
248 getDevice().executeShellCommand(" mkdir " + TEST_UPDATE_LOCATION); in setUp()
304 getDevice().executeShellCommand(" rm -r " + TEST_UPDATE_LOCATION); in tearDown()
342 final String remoteApkPath = TEST_UPDATE_LOCATION + "/" + apk.getName(); in installAppIncremental()
1330 getDevice().pushFile(file, TEST_UPDATE_LOCATION + "/" + fileName); in pushUpdateFileToDevice()