Searched refs:pullFileContents (Results 1 – 8 of 8) sorted by relevance
156 when(mMockDevice.pullFileContents( in setUp()159 when(mMockDevice.pullFileContents( in setUp()240 when(mMockDevice.pullFileContents( in test_ktap_parse_fail()
89 content = device.pullFileContents(remoteFile); in getSharedLibraryInfos()
173 getDevice().pullFileContents(String.format(KUNIT_RESULTS_FMT, testSuite)); in runBinary()
907 assertEquals(content, mTestDevice.pullFileContents(path)); in testPullFileContents()910 assertEquals(content, mTestDevice.pullFileContents(path)); in testPullFileContents()
145 String returnedContents = mTestDevice.pullFileContents(deviceFilePath); in testPushPull_PullContents()
2157 String res = mTestDevice.pullFileContents(fakeRemotePath); in testPullFileContents_returnFileSuccess()2176 String res = mTestDevice.pullFileContents(fakeRemotePath); in testPullFileContents_returnNull()
720 public String pullFileContents(String remoteFilePath) throws DeviceNotAvailableException; in pullFileContents() method
1468 public String pullFileContents(String remoteFilePath) throws DeviceNotAvailableException { in pullFileContents() method in NativeDevice