Searched refs:idsig (Results 1 – 7 of 7) sorted by relevance
/cts/hostsidetests/incrementalinstall/src/android/incrementalinstall/cts/ |
D | IncrementalFeatureTest.java | 74 final File idsig = buildHelper.getTestFile(TEST_APP_BASE_APK_IDSIG_NAME); in testFeatureWorkingWithInstallation() local 75 assertNotNull(idsig); in testFeatureWorkingWithInstallation() 79 assertTrue(getDevice().pushFile(idsig, remoteIdsigPath)); in testFeatureWorkingWithInstallation()
|
/cts/hostsidetests/appsecurity/test-apps/ApkVerityTestApp/ |
D | Android.bp | 73 " if [[ $$file == *.apk.idsig ]]; then " + 77 out: ["CtsApkVerityTestApp.apk.idsig"],
|
/cts/tests/tests/content/ |
D | Android.bp | 209 "data/CtsPkgInstallTinyAppV2V3V4.apk.idsig", 213 "data/CtsPkgInstallTinyAppV2V3V4-Sha512withEC.apk.idsig", 215 "data/CtsPkgInstallTinyAppV2V3V4-Verity.apk.idsig", 222 "data/malformed.apk.idsig",
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManagerShellCommandIncrementalTest.java | 247 final String idsig = createApkPath(TEST_APK_IDSIG); in testSpaceAllocatedForPackage() local 260 .addApk(Paths.get(apk), Paths.get(idsig)) in testSpaceAllocatedForPackage() 354 final String idsig = createApkPath(TEST_APK_IDSIG); in testInstallWithStreaming() local 357 .addApk(Paths.get(apk), Paths.get(idsig)) in testInstallWithStreaming() 415 final String idsig = createApkPath(TEST_APK_IDSIG); in installWithBlockFilter() local 418 .addApk(Paths.get(apk), Paths.get(idsig)) in installWithBlockFilter() 502 final String idsig = createApkPath(TEST_APK_IDSIG); in testInstallWithStreamingAndCompression() local 505 .addApk(Paths.get(apk), Paths.get(idsig)) in testInstallWithStreamingAndCompression() 525 final String idsig = createApkPath(TEST_APK_IDSIG); in testInstallWithStreamingUnreliableConnection() local 528 .addApk(Paths.get(apk), Paths.get(idsig)) in testInstallWithStreamingUnreliableConnection()
|
/cts/tests/tests/content/data/ |
D | readme.txt | 40 …copy of CtsPkgInstallTinyAppV2V3V4.apk, and malformed.apk.idsig is a purposefully created idsig ca…
|
/cts/hostsidetests/appsecurity/test-apps/ApkVerityTestAppPrebuilt/ |
D | README.md | 60 1. Download CtsApkVerityTestApp.apk, CtsApkVerityTestApp.apk.idsig and CtsApkVerityTestAppSplit.apk.
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | BaseDevicePolicyTest.java | 335 final File idsig = buildHelper.getTestFile(appFileName + signatureSuffix); in installAppIncremental() local 336 assertNotNull(idsig); in installAppIncremental() 340 assertTrue(getDevice().pushFile(idsig, remoteIdsigPath)); in installAppIncremental()
|