Home
last modified time | relevance | path

Searched refs:pullFileContents (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/binary/
DKUnitModuleTestTest.java156 when(mMockDevice.pullFileContents( in setUp()
159 when(mMockDevice.pullFileContents( in setUp()
240 when(mMockDevice.pullFileContents( in test_ktap_parse_fail()
/tools/platform-compat/java/android/compat/testing/
DClasspaths.java89 content = device.pullFileContents(remoteFile); in getSharedLibraryInfos()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DKUnitModuleTest.java173 getDevice().pullFileContents(String.format(KUNIT_RESULTS_FMT, testSuite)); in runBinary()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceFuncTest.java907 assertEquals(content, mTestDevice.pullFileContents(path)); in testPullFileContents()
910 assertEquals(content, mTestDevice.pullFileContents(path)); in testPullFileContents()
DTestDeviceFileFuncTest.java145 String returnedContents = mTestDevice.pullFileContents(deviceFilePath); in testPushPull_PullContents()
DNativeDeviceTest.java2157 String res = mTestDevice.pullFileContents(fakeRemotePath); in testPullFileContents_returnFileSuccess()
2176 String res = mTestDevice.pullFileContents(fakeRemotePath); in testPullFileContents_returnNull()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java720 public String pullFileContents(String remoteFilePath) throws DeviceNotAvailableException; in pullFileContents() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1468 public String pullFileContents(String remoteFilePath) throws DeviceNotAvailableException { in pullFileContents() method in NativeDevice