Searched refs:pullFileContents (Results 1 – 24 of 24) sorted by relevance
52 String content = getDevice().pullFileContents(state).trim(); in testAndroidUSB()70 String content = getDevice().pullFileContents(filePath).trim(); in testCpuOnlineFormat()77 String content = getDevice().pullFileContents(filePath).trim(); in isReadOnlyAndIntegerContent()85 String content = getDevice().pullFileContents(filePath).trim(); in isReadWriteAndIntegerContent()98 String onlineCpus = getDevice().pullFileContents(filePath).trim(); in testPerCpuCpufreq()136 content = getDevice().pullFileContents(f).trim(); in testPerCpuCpufreq()148 content = getDevice().pullFileContents(f).trim(); in testPerCpuCpufreq()252 String results = getDevice().pullFileContents(wakeLockPath).trim(); in testWakeLock()261 results = getDevice().pullFileContents(wakeLockPath).trim(); in testWakeLock()266 results = getDevice().pullFileContents(wakeUnLockPath).trim(); in testWakeLock()[all …]
65 assertThat(getDevice().pullFileContents("/proc/cpuinfo")).contains("mte"); in testMemtagOnce()68 assertThat(getDevice().pullFileContents("/proc/cpuinfo")).doesNotContain("mte"); in testMemtagOnce()76 assertThat(getDevice().pullFileContents("/proc/cpuinfo")).contains("mte"); in testMemtag()79 assertThat(getDevice().pullFileContents("/proc/cpuinfo")).contains("mte"); in testMemtag()87 assertThat(getDevice().pullFileContents("/proc/cpuinfo")).contains("mte"); in testBoth()90 assertThat(getDevice().pullFileContents("/proc/cpuinfo")).contains("mte"); in testBoth()
262 String apexInfoListXml = getDevice().pullFileContents("/apex/apex-info-list.xml"); in getActiveApexInfoList()505 String consoleLog = getDevice().pullFileContents(TRADEFED_CONSOLE_PATH);536 String consoleLog = getDevice().pullFileContents(CONSOLE_PATH);565 getDevice().pullFileContents(CONSOLE_PATH)566 + getDevice().pullFileContents(LOG_PATH),593 () -> getDevice().pullFileContents(CONSOLE_PATH),970 String consoleText = getDevice().pullFileContents(TRADEFED_CONSOLE_PATH);972 String logText = getDevice().pullFileContents(TRADEFED_LOG_PATH);1194 String consoleLog = getDevice().pullFileContents(CONSOLE_PATH);
54 if (!device.pullFileContents("/proc/cpuinfo").contains("mte") && in setUp()63 assumeThat(device.pullFileContents("/proc/cpuinfo"), containsString("mte")); in setUp()
74 assertThat(getDevice().pullFileContents("/proc/cpuinfo")).contains(" mte"); in checkMteOn()79 assertThat(getDevice().pullFileContents("/proc/cpuinfo")).doesNotContain(" mte"); in checkMteOff()
184 mDevice.pullFileContents("/sys/devices/system/cpu/vulnerabilities/meltdown"); in getHardware()186 mDevice.pullFileContents("/sys/devices/system/cpu/vulnerabilities/spectre_v2"); in getHardware()198 String nodeContent = mDevice.pullFileContents(nodeInfo); in getHardware()
159 when(mMockDevice.pullFileContents( in setUp()162 when(mMockDevice.pullFileContents( in setUp()243 when(mMockDevice.pullFileContents( in test_ktap_parse_fail()
193 final String initContent = getDevice().pullFileContents("/system/bin/init"); in testDsuGsi()212 getDevice().pullFileContents(REMOUNT_TEST_FILE)); in testDsuGsi()
261 String initialOdexFileContents = mDevice.pullFileContents(odexFilePath); in compileWithProfilesAndCheckFilter()279 String odexFileContents = mDevice.pullFileContents(odexFilePath); in compileWithProfilesAndCheckFilter()
314 String cacheInfo = getDevice().pullFileContents(OdsignTestUtils.CACHE_INFO_FILE); in verifyCacheInfoOmitsIrrelevantApexes()343 String cacheInfo = getDevice().pullFileContents(OdsignTestUtils.CACHE_INFO_FILE); in verifyCompilationOsMode()
98 assertThat(device.pullFileContents( in runForApk()
89 content = device.pullFileContents(remoteFile); in getSharedLibraryInfos()
178 String consentFileContents = mDevice.pullFileContents(filePath); in testAppSearchConsentMigration()
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()
2334 String res = mTestDevice.pullFileContents(fakeRemotePath); in testPullFileContents_returnFileSuccess()2353 String res = mTestDevice.pullFileContents(fakeRemotePath); in testPullFileContents_returnNull()
197 getDevice().pullFileContents(String.format(KUNIT_RESULTS_FMT, testSuite)); in runBinary()
130 String fileContents = testInformation.getDevice().pullFileContents(child.getFullPath()); in collectImgdiagData()
728 public String pullFileContents(String remoteFilePath) throws DeviceNotAvailableException; in pullFileContents() method
259 String vintfManifest = device.pullFileContents("/vendor/etc/vintf/manifest.xml"); in tryUpdateVintfManifest()
530 String actualContents = getDevice().pullFileContents(path); in assertFileContents()
1079 content = getDevice().pullFileContents(remoteFile); in collectApkInApexPaths()
1496 public String pullFileContents(String remoteFilePath) throws DeviceNotAvailableException { in pullFileContents() method in NativeDevice
FileMd5$FileChecksum$1.class FileMd5.java package FileMd5$FileChecksum$1 extends com. ...