Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DPkgInstallSignatureVerificationTest.java471 String expectedNoSigError = "No APK Signature Scheme v2 signature in ephemeral package"; in testInstallEphemeralRequiresV2Signature() local
472 assertInstallEphemeralFailsWithError("unsigned-ephemeral.apk", expectedNoSigError); in testInstallEphemeralRequiresV2Signature()
473 assertInstallEphemeralFailsWithError("v1-only-ephemeral.apk", expectedNoSigError); in testInstallEphemeralRequiresV2Signature()