Searched defs:devicePath (Results 1 – 9 of 9) sorted by relevance
128 String devicePath = "path/somewhere/file.txt"; in testDeleteFile() local144 String devicePath = "path/somewhere/file.txt"; in testDeleteFile_fail() local163 String devicePath = "path/somewhere/file.txt"; in testError() local183 String devicePath = "path/somewhere/file.txt"; in testPushFile() local205 String devicePath = "path/somewhere/file.txt"; in testPushFile_notExists() local220 String devicePath = "path/somewhere/file.txt"; in testPushFile_directory() local231 String devicePath = "path/somewhere/file.txt"; in testPullFile_verifyShellCommand() local260 String devicePath = "path/somewhere/file.txt"; in testPullFile_createLocalFileIfNotExist() local307 String devicePath = "path/somewhere"; in testPullDir_OneFile() local336 String devicePath = "path/somewhere"; in testPullDir_RecursiveSubDir() local[all …]
61 String devicePath = null; in testExecuteShellCommand_basic() local102 String devicePath = null; in testExecuteShellCommandV2_basic() local
99 String devicePath = "/sdcard/" + tmpFile.getName(); in testPushFile() local114 String devicePath = "/sdcard/" + tmpFile.getName(); in testDeleteFile() local
60 String devicePath = String.format("/data/%s", file); in setUp() local
510 private void mockCoverageFileOnDevice(String devicePath) in mockCoverageFileOnDevice()577 private static HashMap<String, Metric> createMetricsWithCoverageMeasurement(String devicePath) { in createMetricsWithCoverageMeasurement()
316 String devicePath = "/data/local/tmp/" + flagFile.getName(); in createFlagFile() local
1093 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException; in dumpHeap()
2530 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException { in dumpHeap()2545 private File dumpAndPullHeap(String pid, String devicePath) throws DeviceNotAvailableException { in dumpAndPullHeap()
5868 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException { in dumpHeap()