Searched refs:pushFile (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/ |
D | TamperedUpdatedSystemPackageTest.kt | 105 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()
|
D | OverlayActorVisibilityTest.kt | 86 preparer.pushFile(file, namedActorFile.toString()) in pushSysConfigFile()
|
D | OriginalPackageMigrationTest.kt | 89 device.pushFile(file, "${HostUtils.getDataDir(device, TEST_PKG_NAME)}/files/test.txt") in runForApk()
|
D | SdCardEjectionTests.kt | 233 device.pushFile(hostApkFile, "$codePath/base.apk") in remount()
|
D | SystemStubMultiUserDisableUninstallTest.kt | 151 .pushFile(hostCompressedFile, deviceCompressedFile.toString()) in <lambda>()
|
/frameworks/base/tests/utils/hostutils/src/com/android/internal/util/test/ |
D | SystemPreparer.java | 96 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/ |
D | StagedInstallInternalTest.java | 169 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/ |
D | BaseInstallMultiple.java | 114 if (!device.pushFile(file, remotePath)) { in run()
|
/frameworks/base/tests/RollbackTest/StagedRollbackTest/src/com/android/tests/rollback/host/ |
D | StagedRollbackTest.java | 236 assertThat(getDevice().pushFile(apex, "/system/apex/" + fileName)).isTrue(); in pushTestApex()
|