Home
last modified time | relevance | path

Searched refs:getFileEntry (Results 1 – 18 of 18) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DNativeBenchmarkTestTest.java101 when(mDevice.getFileEntry(any(String.class))).thenReturn(null); in testRun_noFileEntry()
104 verify(mDevice).getFileEntry(any(String.class)); in testRun_noFileEntry()
124 when(mDevice.getFileEntry(any(String.class))).thenReturn(fakeEntry); in testRun_setMaxFrequency()
151 when(mDevice.getFileEntry(any(String.class))).thenReturn(fakeEntry); in testRun_doRunAllTestsInSubdirectory()
DNativeStressTestTest.java63 when(mMockDevice.getFileEntry((String) Mockito.any())).thenReturn(mMockStressFile); in setUp()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DMockitoFileUtil.java46 when(mockDevice.getFileEntry(rootPath)).thenReturn(rootEntry); in setMockDirContents()
76 when(mockDevice.getFileEntry(rootPath)).thenReturn(rootEntry); in setMockDirPath()
DTestDeviceFuncTest.java426 assertNotNull(mTestDevice.getFileEntry(String.format("%s/testdir/foo.txt", extStore))); in testListSymlinkDir()
890 IFileEntry entry = getDevice().getFileEntry("/data"); in testGetFileEntry_recovery()
DNativeDeviceTest.java461 public IFileEntry getFileEntry(FileEntry path) in testPullDir_nothingToDo()
504 public IFileEntry getFileEntry(FileEntry path) in testPullDir()
576 public IFileEntry getFileEntry(FileEntry path) in testPullDir_pullFail()
DTestDeviceTest.java6373 public IFileEntry getFileEntry(String path) throws DeviceNotAvailableException { in testGetBugreportz_fails()
6405 public IFileEntry getFileEntry(String path) throws DeviceNotAvailableException { in testGetBugreportz_fallBack_validation()
6601 public IFileEntry getFileEntry(String path) throws DeviceNotAvailableException { in testGetBugreport_compatibility_deviceUnavail()
6631 public IFileEntry getFileEntry(String path) throws DeviceNotAvailableException { in testGetBugreport_deviceUnavail_fallback()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DIFileEntry.java98 public FileEntry getFileEntry(); in getFileEntry() method
DINativeDevice.java912 public IFileEntry getFileEntry(String path) throws DeviceNotAvailableException; in getFileEntry() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DFileEntryWrapper.java143 public FileEntry getFileEntry() { in getFileEntry() method in FileEntryWrapper
DNativeDevice.java1937 public IFileEntry getFileEntry(String path) throws DeviceNotAvailableException { in getFileEntry() method in NativeDevice
1953 public IFileEntry getFileEntry(FileEntry entry) throws DeviceNotAvailableException { in getFileEntry() method in NativeDevice
2148 IFileEntry entry = getFileEntry(entryRoot); in pullDirInternal()
2209 IFileEntry remoteFileEntry = getFileEntry(deviceFilePath); in syncFiles()
2263 syncService.push(files, remoteFileEntry.getFileEntry(), in syncFiles()
/tools/tradefederation/contrib/src/com/android/media/tests/
DAdbScreenrecordTest.java255 IFileEntry video = getDevice().getFileEntry(deviceFileName); in extractDurationAndBitrateFromVideoFileUsingAvprobe()
256 if (video == null || video.getFileEntry().getSizeValue() < 1) { in extractDurationAndBitrateFromVideoFileUsingAvprobe()
DCamera2StressTest.java113 IFileEntry screenshotDir = getDevice().getFileEntry(FAILURE_SCREENSHOT_DIR); in postScreenshotOnFailure()
DCamera2FrameworkStressTest.java173 IFileEntry dirEntry = getDevice().getFileEntry(resultDir); in getCameraIdList()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DNativeStressTest.java227 IFileEntry nativeTestDirectory = mDevice.getFileEntry(testPath); in run()
DNativeBenchmarkTest.java257 IFileEntry nativeTestDirectory = mDevice.getFileEntry(testPath); in run()
DUiAutomatorTest.java387 IFileEntry traceSrcDir = mDevice.getFileEntry(traceSrcDirectory); in logTraceFiles()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDefaultTestsZipInstaller.java178 IFileEntry dataEntry = device.getFileEntry(FileListingService.DIRECTORY_DATA); in doDeleteData()
/tools/tradefederation/contrib/src/com/android/performance/tests/
DAppTransitionTests.java456 mDevice.getFileEntry(String.format("%s/%s", srcDirectory, subFolderName)); in logTraceFiles()