Searched refs:TEST_UPDATE_LOCATION (Results 1 – 1 of 1) sorted by relevance
73 private static final String TEST_UPDATE_LOCATION = "/data/local/tmp/cts/deviceowner"; field in DeviceOwnerTest121 getDevice().executeShellCommand(" mkdir " + TEST_UPDATE_LOCATION); in setUp()135 getDevice().executeShellCommand(" rm -r " + TEST_UPDATE_LOCATION); in tearDown()1075 getDevice().pushFile(file, TEST_UPDATE_LOCATION + "/" + fileName); in pushUpdateFileToDevice()