Home
last modified time | relevance | path

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

/aosp_15_r20/test/vts-testcase/kernel/api/sysfs/src/com/android/tests/sysfs/
DKernelApiSysfsTest.java52 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 …]
/aosp_15_r20/system/extras/mtectrl/src/com/android/tests/mtectrl/
H A DMtectrlEndToEndTest.java65 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()
/aosp_15_r20/packages/modules/Virtualization/tests/hostside/java/com/android/microdroid/test/
DMicrodroidHostTests.java262 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);
/aosp_15_r20/cts/hostsidetests/tagging/src/com/android/cts/tagging/
H A DMemtagAppTest.java54 if (!device.pullFileContents("/proc/cpuinfo").contains("mte") && in setUp()
63 assumeThat(device.pullFileContents("/proc/cpuinfo"), containsString("mte")); in setUp()
H A DMemtagBootctlTest.java74 assertThat(getDevice().pullFileContents("/proc/cpuinfo")).contains(" mte"); in checkMteOn()
79 assertThat(getDevice().pullFileContents("/proc/cpuinfo")).doesNotContain(" mte"); in checkMteOff()
/aosp_15_r20/cts/hostsidetests/security/src/android/security/cts/
H A DKernelConfigTest.java184 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()
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/binary/
DKUnitModuleTestTest.java159 when(mMockDevice.pullFileContents( in setUp()
162 when(mMockDevice.pullFileContents( in setUp()
243 when(mMockDevice.pullFileContents( in test_ktap_parse_fail()
/aosp_15_r20/system/gsid/tests/
H A DDsuGsiIntegrationTest.java193 final String initContent = getDevice().pullFileContents("/system/bin/init"); in testDsuGsi()
212 getDevice().pullFileContents(REMOUNT_TEST_FILE)); in testDsuGsi()
/aosp_15_r20/cts/hostsidetests/compilation/src/android/compilation/cts/
H A DAdbRootDependentCompilationTest.java261 String initialOdexFileContents = mDevice.pullFileContents(odexFilePath); in compileWithProfilesAndCheckFilter()
279 String odexFileContents = mDevice.pullFileContents(odexFilePath); in compileWithProfilesAndCheckFilter()
/aosp_15_r20/art/test/odsign/test-src/com/android/tests/odsign/
H A DOdrefreshHostTest.java314 String cacheInfo = getDevice().pullFileContents(OdsignTestUtils.CACHE_INFO_FILE); in verifyCacheInfoOmitsIrrelevantApexes()
343 String cacheInfo = getDevice().pullFileContents(OdsignTestUtils.CACHE_INFO_FILE); in verifyCompilationOsMode()
/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
H A DOriginalPackageMigrationTest.kt98 assertThat(device.pullFileContents( in runForApk()
/aosp_15_r20/tools/platform-compat/java/android/compat/testing/
H A DClasspaths.java89 content = device.pullFileContents(remoteFile); in getSharedLibraryInfos()
/aosp_15_r20/packages/modules/AdServices/adservices/tests/cts/hosttests/src/com/android/adservices/cts/
DAppSearchDataMigrationHostTest.java178 String consentFileContents = mDevice.pullFileContents(filePath); in testAppSearchConsentMigration()
/aosp_15_r20/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.java2334 String res = mTestDevice.pullFileContents(fakeRemotePath); in testPullFileContents_returnFileSuccess()
2353 String res = mTestDevice.pullFileContents(fakeRemotePath); in testPullFileContents_returnNull()
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DKUnitModuleTest.java197 getDevice().pullFileContents(String.format(KUNIT_RESULTS_FMT, testSuite)); in runBinary()
/aosp_15_r20/test/app_compat/csuite/test_scripts/src/main/java/com/android/art/targetprep/
DAggregateImgdiagOutput.java130 String fileContents = testInformation.getDevice().pullFileContents(child.getFullPath()); in collectImgdiagData()
/aosp_15_r20/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java728 public String pullFileContents(String remoteFilePath) throws DeviceNotAvailableException; in pullFileContents() method
/aosp_15_r20/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
H A DRootcanalUtils.java259 String vintfManifest = device.pullFileContents("/vendor/etc/vintf/manifest.xml"); in tryUpdateVintfManifest()
/aosp_15_r20/test/cts-root/hostsidetests/rollback/src/com/android/cts_root/rollback/host/
H A DRollbackManagerHostTest.java530 String actualContents = getDevice().pullFileContents(path); in assertFileContents()
/aosp_15_r20/cts/hostsidetests/appcompat/strictjavapackages/src/android/compat/sjp/cts/
H A DStrictJavaPackagesTest.java1079 content = getDevice().pullFileContents(remoteFile); in collectApkInApexPaths()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1496 public String pullFileContents(String remoteFilePath) throws DeviceNotAvailableException { in pullFileContents() method in NativeDevice
/aosp_15_r20/tools/tradefederation/prebuilts/filegroups/tradefed/
Dtradefed.jarFileMd5$FileChecksum$1.class FileMd5.java package FileMd5$FileChecksum$1 extends com. ...