Home
last modified time | relevance | path

Searched defs:devicePath (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/contentprovider/
DContentProviderHandlerTest.java104 String devicePath = "path/somewhere/file.txt"; in testDeleteFile() local
119 String devicePath = "path/somewhere/file.txt"; in testDeleteFile_fail() local
137 String devicePath = "path/somewhere/file.txt"; in testError() local
156 String devicePath = "path/somewhere/file.txt"; in testPushFile() local
176 String devicePath = "path/somewhere/file.txt"; in testPullFile_verifyShellCommand() local
202 String devicePath = "path/somewhere/file.txt"; in testPullFile_createLocalFileIfNotExist() local
218 String devicePath = "path/somewhere/file.txt"; in testPullFile_success() local
250 String devicePath = "path/somewhere"; in testPullDir_OneFile() local
279 String devicePath = "path/somewhere"; in testPullDir_RecursiveSubDir() local
/tools/tradefederation/core/util-apps/ContentProvider/hostsidetests/src/com/android/tradefed/contentprovider/
DContentProviderTest.java82 String devicePath = "/sdcard/" + tmpFile.getName(); in testPushFile() local
97 String devicePath = "/sdcard/" + tmpFile.getName(); in testDeleteFile() local
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DPushFileInvoker.java58 String devicePath = String.format("/data/%s", file); in setUp() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DJavaCodeCoverageListener.java96 String devicePath = devicePathMetric.getMeasurements().getSingleString(); in testRunEnded() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1692 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException { in dumpHeap()
1707 private File dumpAndPullHeap(String pid, String devicePath) throws DeviceNotAvailableException { in dumpAndPullHeap()
DITestDevice.java911 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException; in dumpHeap()
DNativeDevice.java4302 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException { in dumpHeap()