Searched refs:getFullPath (Results 1 – 7 of 7) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | FileEntryWrapper.java | 58 public String getFullPath() { in getFullPath() method in FileEntryWrapper 59 return mFileEntry.getFullPath(); in getFullPath()
|
D | NativeDevice.java | 2164 String deviceSubDir = item.getFullPath(); in pullDirInternal() 2172 String fullPath = item.getFullPath(); in pullDirInternal() 2229 remoteFileEntry.getFullPath(), getSerialNumber()); in syncFiles() 2268 remoteFileEntry.getFullPath(), getSerialNumber(), e.getMessage()); in syncFiles() 2278 return performDeviceAction(String.format("sync files %s", remoteFileEntry.getFullPath()), in syncFiles() 2375 entry.getFullPath(), getSerialNumber()); in isNewer()
|
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | IFileEntry.java | 39 public String getFullPath(); in getFullPath() method
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | Camera2StressTest.java | 126 if (!getDevice().pullFile(remoteFile.getFullPath(), screenshot)) { in postScreenshotOnFailure() 127 CLog.w("Could not pull screenshot: %s", remoteFile.getFullPath()); in postScreenshotOnFailure()
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/ |
D | NativeDeviceTest.java | 543 when(fakeFile.getFullPath()).thenReturn("/some_device_path/fakeFile"); in testPullDir() 548 when(fakeDir.getFullPath()).thenReturn("/some_device_path/fakeDir"); in testPullDir() 620 when(fakeFile.getFullPath()).thenReturn("/some_device_path/fakeFile"); in testPullDir_pullFail() 625 when(fakeDir.getFullPath()).thenReturn("/some_device_path/fakeDir"); in testPullDir_pullFail() 635 when(secondLevelChildren.getFullPath()) in testPullDir_pullFail()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | UiAutomatorTest.java | 397 if (!mDevice.pullFile(traceFile.getFullPath(), pulledFile)) { in logTraceFiles()
|
/tools/tradefederation/contrib/src/com/android/performance/tests/ |
D | AppTransitionTests.java | 461 if (!mDevice.pullFile(file.getFullPath(), pulledFile)) { in logTraceFiles()
|