Searched refs:DEVICE_PATH (Results 1 – 2 of 2) sorted by relevance
55 String.format("rm -f %s%s", CrashUtils.DEVICE_PATH, CrashUtils.LOCK_FILENAME)); in upload()64 device.pushFile(reportFile, CrashUtils.DEVICE_PATH + testname); in upload()69 String.format("touch %s%s", CrashUtils.DEVICE_PATH, CrashUtils.LOCK_FILENAME)); in upload()81 device.executeShellCommand("rm -rf " + CrashUtils.DEVICE_PATH); in setUp()82 device.executeShellCommand("mkdir " + CrashUtils.DEVICE_PATH); in setUp()
38 public static final String DEVICE_PATH = "/data/local/tmp/CrashParserResults/"; field in CrashUtils