Home
last modified time | relevance | path

Searched refs:pushFile (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
DTamperedUpdatedSystemPackageTest.kt105 device.pushFile(xml, STRICT_SIGNATURE_CONFIG_PATH) in backupAndModifySystemFiles()
111 device.pushFile(originalConfigFile, STRICT_SIGNATURE_CONFIG_PATH) in restoreSystemFiles()
168 preparer.pushFile(versionTwoFile, baseApkPath) in detectApkTamperingAtBoot()
DOverlayActorVisibilityTest.kt86 preparer.pushFile(file, namedActorFile.toString()) in pushSysConfigFile()
DOriginalPackageMigrationTest.kt89 device.pushFile(file, "${HostUtils.getDataDir(device, TEST_PKG_NAME)}/files/test.txt") in runForApk()
DSdCardEjectionTests.kt233 device.pushFile(hostApkFile, "$codePath/base.apk") in remount()
DSystemStubMultiUserDisableUninstallTest.kt151 .pushFile(hostCompressedFile, deviceCompressedFile.toString()) in <lambda>()
/frameworks/base/tests/utils/hostutils/src/com/android/internal/util/test/
DSystemPreparer.java96 assertTrue(device.pushFile(copyResourceToTemp(filePath), outputPath)); in pushResourceFile()
102 public SystemPreparer pushFile(File file, String outputPath) in pushFile() method in SystemPreparer
106 assertTrue(device.pushFile(file, outputPath)); in pushFile()
/frameworks/base/tests/StagedInstallTest/src/com/android/tests/stagedinstallinternal/host/
DStagedInstallInternalTest.java169 assertTrue(getDevice().pushFile(apex, "/" + partition + "/apex/" + fileName)); in pushTestApex()
192 getDevice().pushFile(file, TEST_VENDOR_APEX_ALLOW_LIST); in pushTestVendorApexAllowList()
206 assertTrue(getDevice().pushFile(apkFile, "/system/app/TestApp/" + apkFile.getName())); in testUpdateSystemApp()
451 getDevice().pushFile(invalidApexFile, in testApexActivationFailureIsCapturedInSession()
/frameworks/base/tests/BinaryTransparencyHostTest/src/android/transparency/test/
DBaseInstallMultiple.java114 if (!device.pushFile(file, remotePath)) { in run()
/frameworks/base/tests/RollbackTest/StagedRollbackTest/src/com/android/tests/rollback/host/
DStagedRollbackTest.java236 assertThat(getDevice().pushFile(apex, "/system/apex/" + fileName)).isTrue(); in pushTestApex()