Home
last modified time | relevance | path

Searched refs:pushResourceFile (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/overlaytests/remount/src/com/android/overlaytest/remounted/
DRegenerateIdmapTest.java35 mPreparer.pushResourceFile(TARGET_APK, "/product/app/OverlayTarget.apk") in testTargetUpgrade()
55 mPreparer.pushResourceFile(TARGET_APK, originalPath) in testTargetRelocated()
65 mPreparer.pushResourceFile(TARGET_UPGRADE_APK, "/product/app/OverlayTarget2.apk") in testTargetRelocated()
77 mPreparer.pushResourceFile(TARGET_APK, "/product/app/OverlayTarget.apk") in testIdmapPoliciesChanged()
78 .pushResourceFile(OVERLAY_APK, "/product/overlay/TestOverlay.apk") in testIdmapPoliciesChanged()
90 mPreparer.pushResourceFile(OVERLAY_SIGNATURE_APK, "/product/overlay/TestOverlay.apk") in testIdmapPoliciesChanged()
DOverlayApexTest.java34 mPreparer.pushResourceFile(OVERLAID_APEX, in testApkInApexCanBeOverlaid()
53 mPreparer.pushResourceFile(OVERLAY_APEX, in testApkInApexCanOverlay()
DOverlaySharedLibraryTest.java42 mPreparer.pushResourceFile(SHARED_LIBRARY_APK, "/product/app/SharedLibrary.apk") in testSharedLibrary()
65 mPreparer.pushResourceFile(SHARED_LIBRARY_APK, "/product/app/SharedLibrary.apk") in testSharedLibraryPreEnabled()
/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
DInvalidNewSystemAppTest.kt65 preparer.pushResourceFile(VERSION_ONE, filePath.toString()) in verify()
74 .pushResourceFile(VERSION_THREE_INVALID, filePath.toString()) in verify()
DHostUtils.kt25 pushResourceFile(file, HostUtils.makePathForApk(file, partition).toString()) in <lambda>()
/frameworks/base/tests/utils/hostutils/src/com/android/internal/util/test/
DSystemPreparer.java79 public SystemPreparer pushResourceFile(String filePath, String outputPath) in pushResourceFile() method in SystemPreparer