Searched refs:getFullPath (Results 1 – 8 of 8) 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 | IFileEntry.java | 39 public String getFullPath(); in getFullPath() method
|
D | NativeDevice.java | 1388 String deviceSubDir = item.getFullPath(); in pullDir() 1396 String fullPath = item.getFullPath(); in pullDir() 1448 remoteFileEntry.getFullPath(), getSerialNumber()); in syncFiles() 1487 remoteFileEntry.getFullPath(), getSerialNumber(), e.getMessage()); in syncFiles() 1497 return performDeviceAction(String.format("sync files %s", remoteFileEntry.getFullPath()), in syncFiles() 1594 entry.getFullPath(), getSerialNumber()); in isNewer()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | LogFilesReporter.java | 124 CLog.v(String.format("Adding file %s", file.getFullPath())); in uploadFolderOnDeviceToLogs() 125 uploadFilePatterns.put(file.getFullPath(), logDataType); in uploadFolderOnDeviceToLogs()
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | Camera2StressTest.java | 123 if (!getDevice().pullFile(remoteFile.getFullPath(), screenshot)) { in postScreenshotOnFailure() 124 CLog.w("Could not pull screenshot: %s", remoteFile.getFullPath()); in postScreenshotOnFailure()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | NativeDeviceTest.java | 367 EasyMock.expect(fakeFile.getFullPath()).andReturn("/sdcard/screenshots/fakeFile"); in testPullDir() 372 EasyMock.expect(fakeDir.getFullPath()).andReturn("/sdcard/screenshots/fakeDir"); in testPullDir() 440 EasyMock.expect(fakeFile.getFullPath()).andReturn("/sdcard/screenshots/fakeFile"); in testPullDir_pullFail() 445 EasyMock.expect(fakeDir.getFullPath()).andReturn("/sdcard/screenshots/fakeDir"); in testPullDir_pullFail() 455 EasyMock.expect(secondLevelChildren.getFullPath()) in testPullDir_pullFail()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | UiAutomatorTest.java | 333 if (!mDevice.pullFile(traceFile.getFullPath(), pulledFile)) { in logTraceFiles()
|
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/ |
D | AppTransitionTests.java | 370 if (!mDevice.pullFile(file.getFullPath(), pulledFile)) { in logTraceFiles()
|