Searched refs:getFileEntry (Results 1 – 17 of 17) sorted by relevance
98 public FileEntry getFileEntry(); in getFileEntry() method
143 public FileEntry getFileEntry() { in getFileEntry() method in FileEntryWrapper
602 public IFileEntry getFileEntry(String path) throws DeviceNotAvailableException; in getFileEntry() method
1256 public IFileEntry getFileEntry(String path) throws DeviceNotAvailableException { in getFileEntry() method in NativeDevice1272 public IFileEntry getFileEntry(FileEntry entry) throws DeviceNotAvailableException { in getFileEntry() method in NativeDevice1373 IFileEntry entry = getFileEntry(entryRoot); in pullDir()1428 IFileEntry remoteFileEntry = getFileEntry(deviceFilePath); in syncFiles()1482 syncService.push(files, remoteFileEntry.getFileEntry(), in syncFiles()2122 IFileEntry entries = getFileEntry(BUGREPORTZ_TMP_PATH); in bugreportzFallback()
115 IFileEntry outputDir = getDevice().getFileEntry(dir); in uploadFolderOnDeviceToLogs()155 IFileEntry outputDir = getDevice().getFileEntry(folder); in doesDirectoryExistOnDevice()
41 EasyMock.expect(mockDevice.getFileEntry(rootPath)).andStubReturn(rootEntry); in setMockDirContents()73 EasyMock.expect(mockDevice.getFileEntry(rootPath)).andStubReturn(rootEntry); in setMockDirPath()
295 public IFileEntry getFileEntry(FileEntry path) in testPullDir_nothingToDo()333 public IFileEntry getFileEntry(FileEntry path) in testPullDir()401 public IFileEntry getFileEntry(FileEntry path) in testPullDir_pullFail()1118 public IFileEntry getFileEntry(String path) throws DeviceNotAvailableException { in testGetBugreport_compatibility_deviceUnavail()1142 public IFileEntry getFileEntry(String path) throws DeviceNotAvailableException { in testGetBugreport_deviceUnavail_fallback()1231 public IFileEntry getFileEntry(String path) throws DeviceNotAvailableException { in testGetBugreportz_fails()
402 assertNotNull(mTestDevice.getFileEntry(String.format("%s/testdir/foo.txt", extStore))); in testListSymlinkDir()792 IFileEntry entry = getDevice().getFileEntry("/data"); in testGetFileEntry_recovery()
59 EasyMock.expect(mMockDevice.getFileEntry((String)EasyMock.anyObject())).andReturn( in setUp()
255 IFileEntry video = getDevice().getFileEntry(deviceFileName); in extractDurationAndBitrateFromVideoFileUsingAvprobe()256 if (video == null || video.getFileEntry().getSizeValue() < 1) { in extractDurationAndBitrateFromVideoFileUsingAvprobe()
110 IFileEntry screenshotDir = getDevice().getFileEntry(FAILURE_SCREENSHOT_DIR); in postScreenshotOnFailure()
170 IFileEntry dirEntry = getDevice().getFileEntry(resultDir); in getCameraIdList()
231 IFileEntry nativeTestDirectory = mDevice.getFileEntry(testPath); in run()
255 IFileEntry nativeTestDirectory = mDevice.getFileEntry(testPath); in run()
323 IFileEntry traceSrcDir = mDevice.getFileEntry(traceSrcDirectory); in logTraceFiles()
521 IFileEntry file = mDevice.getFileEntry(remoteFilePath); in checkFilePermissions()
364 IFileEntry srcDir = mDevice.getFileEntry(String.format("%s/%s", in logTraceFiles()