Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/contentprovider/
DContentProviderHandlerTest.java105 String devicePath = "path/somewhere/file.txt"; in testDeleteFile() local
120 String devicePath = "path/somewhere/file.txt"; in testDeleteFile_fail() local
138 String devicePath = "path/somewhere/file.txt"; in testError() local
157 String devicePath = "path/somewhere/file.txt"; in testPushFile() local
178 String devicePath = "path/somewhere/file.txt"; in testPushFile_notExists() local
193 String devicePath = "path/somewhere/file.txt"; in testPushFile_directory() local
204 String devicePath = "path/somewhere/file.txt"; in testPullFile_verifyShellCommand() local
230 String devicePath = "path/somewhere/file.txt"; in testPullFile_createLocalFileIfNotExist() local
246 String devicePath = "path/somewhere/file.txt"; in testPullFile_success() local
291 String devicePath = "path/somewhere"; in testPullDir_OneFile() local
[all …]
/tools/tradefederation/core/util-apps/ContentProvider/hostsidetests/src/com/android/tradefed/contentprovider/
DContentProviderTest.java99 String devicePath = "/sdcard/" + tmpFile.getName(); in testPushFile() local
114 String devicePath = "/sdcard/" + tmpFile.getName(); in testDeleteFile() local
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DPushFileInvoker.java61 String devicePath = String.format("/data/%s", file); in setUp() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DJavaCodeCoverageListenerTest.java324 private void mockCoverageFileOnDevice(String devicePath) in mockCoverageFileOnDevice()
375 private static HashMap<String, Metric> createMetricsWithCoverageMeasurement(String devicePath) { in createMetricsWithCoverageMeasurement()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTest.java302 String devicePath = "/data/local/tmp/" + flagFile.getName(); in createFlagFile() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1851 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException { in dumpHeap()
1866 private File dumpAndPullHeap(String pid, String devicePath) throws DeviceNotAvailableException { in dumpAndPullHeap()
DNativeDevice.java4832 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException { in dumpHeap()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java950 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException; in dumpHeap()