Searched refs:MAX_V2_SIGNERS (Results 1 – 1 of 1) sorted by relevance
80 private static final int MAX_V2_SIGNERS = 10; field in ApkSignatureSchemeV2Verifier191 if (signerCount > MAX_V2_SIGNERS) { in verify()193 "APK Signature Scheme v2 only supports a maximum of " + MAX_V2_SIGNERS in verify()