Searched defs:devicePath (Results 1 – 7 of 7) sorted by relevance
104 String devicePath = "path/somewhere/file.txt"; in testDeleteFile() local119 String devicePath = "path/somewhere/file.txt"; in testDeleteFile_fail() local137 String devicePath = "path/somewhere/file.txt"; in testError() local156 String devicePath = "path/somewhere/file.txt"; in testPushFile() local176 String devicePath = "path/somewhere/file.txt"; in testPullFile_verifyShellCommand() local202 String devicePath = "path/somewhere/file.txt"; in testPullFile_createLocalFileIfNotExist() local218 String devicePath = "path/somewhere/file.txt"; in testPullFile_success() local250 String devicePath = "path/somewhere"; in testPullDir_OneFile() local279 String devicePath = "path/somewhere"; in testPullDir_RecursiveSubDir() local
82 String devicePath = "/sdcard/" + tmpFile.getName(); in testPushFile() local97 String devicePath = "/sdcard/" + tmpFile.getName(); in testDeleteFile() local
58 String devicePath = String.format("/data/%s", file); in setUp() local
96 String devicePath = devicePathMetric.getMeasurements().getSingleString(); in testRunEnded() local
1692 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException { in dumpHeap()1707 private File dumpAndPullHeap(String pid, String devicePath) throws DeviceNotAvailableException { in dumpAndPullHeap()
911 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException; in dumpHeap()
4302 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException { in dumpHeap()