Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DPkgInstallSignatureVerificationTest.java472 assertInstallEphemeralFailsWithError("unsigned-ephemeral.apk", expectedNoSigError); in testInstallEphemeralRequiresV2Signature()
473 assertInstallEphemeralFailsWithError("v1-only-ephemeral.apk", expectedNoSigError); in testInstallEphemeralRequiresV2Signature()
529 private void assertInstallEphemeralFailsWithError( in assertInstallEphemeralFailsWithError() method in PkgInstallSignatureVerificationTest