Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/contentprovider/
DContentProviderHandlerTest.java128 String devicePath = "path/somewhere/file.txt"; in testDeleteFile() local
144 String devicePath = "path/somewhere/file.txt"; in testDeleteFile_fail() local
163 String devicePath = "path/somewhere/file.txt"; in testError() local
183 String devicePath = "path/somewhere/file.txt"; in testPushFile() local
205 String devicePath = "path/somewhere/file.txt"; in testPushFile_notExists() local
220 String devicePath = "path/somewhere/file.txt"; in testPushFile_directory() local
231 String devicePath = "path/somewhere/file.txt"; in testPullFile_verifyShellCommand() local
260 String devicePath = "path/somewhere/file.txt"; in testPullFile_createLocalFileIfNotExist() local
307 String devicePath = "path/somewhere"; in testPullDir_OneFile() local
336 String devicePath = "path/somewhere"; in testPullDir_RecursiveSubDir() local
[all …]
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceShellFuncTest.java61 String devicePath = null; in testExecuteShellCommand_basic() local
102 String devicePath = null; in testExecuteShellCommandV2_basic() local
/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.java60 String devicePath = String.format("/data/%s", file); in setUp() local
/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/
DJavaCodeCoverageCollectorTest.java510 private void mockCoverageFileOnDevice(String devicePath) in mockCoverageFileOnDevice()
577 private static HashMap<String, Metric> createMetricsWithCoverageMeasurement(String devicePath) { in createMetricsWithCoverageMeasurement()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTest.java316 String devicePath = "/data/local/tmp/" + flagFile.getName(); in createFlagFile() local
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java1093 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException; in dumpHeap()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java2530 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException { in dumpHeap()
2545 private File dumpAndPullHeap(String pid, String devicePath) throws DeviceNotAvailableException { in dumpAndPullHeap()
DNativeDevice.java5868 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException { in dumpHeap()