Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DPkgInstallSignatureVerificationTest.java474 assertInstallEphemeralSucceeds("v2-only-ephemeral.apk"); in testInstallEphemeralRequiresV2Signature()
475 assertInstallEphemeralSucceeds("v1-v2-ephemeral.apk"); // signed with both schemes in testInstallEphemeralRequiresV2Signature()
491 private void assertInstallEphemeralSucceeds(String apkFilenameInResources) throws Exception { in assertInstallEphemeralSucceeds() method in PkgInstallSignatureVerificationTest