Searched refs:pushResourceFile (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/overlaytests/remount/src/com/android/overlaytest/remounted/ |
D | RegenerateIdmapTest.java | 35 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()
|
D | OverlayApexTest.java | 34 mPreparer.pushResourceFile(OVERLAID_APEX, in testApkInApexCanBeOverlaid() 53 mPreparer.pushResourceFile(OVERLAY_APEX, in testApkInApexCanOverlay()
|
D | OverlaySharedLibraryTest.java | 42 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/ |
D | InvalidNewSystemAppTest.kt | 65 preparer.pushResourceFile(VERSION_ONE, filePath.toString()) in verify() 74 .pushResourceFile(VERSION_THREE_INVALID, filePath.toString()) in verify()
|
D | HostUtils.kt | 25 pushResourceFile(file, HostUtils.makePathForApk(file, partition).toString()) in <lambda>()
|
/frameworks/base/tests/utils/hostutils/src/com/android/internal/util/test/ |
D | SystemPreparer.java | 79 public SystemPreparer pushResourceFile(String filePath, String outputPath) in pushResourceFile() method in SystemPreparer
|