Searched refs:mBlockId (Results 1 – 2 of 2) sorted by relevance
72 private final int mBlockId; field in V3SchemeSigner89 mBlockId = blockId; in V3SchemeSigner()262 mBlockId); in generateApkSignatureSchemeV3Block()386 && mBlockId == V3SchemeConstants.APK_SIGNATURE_SCHEME_V31_BLOCK_ID) { in generateAdditionalAttributes()390 && mBlockId == V3SchemeConstants.APK_SIGNATURE_SCHEME_V3_BLOCK_ID) { in generateAdditionalAttributes()433 private int mBlockId = V3SchemeConstants.APK_SIGNATURE_SCHEME_V3_BLOCK_ID; field in V3SchemeSigner.Builder466 mBlockId = blockId; in setBlockId()526 mBlockId, in build()
80 private final int mBlockId; field in V3SchemeVerifier104 mBlockId = blockId; in V3SchemeVerifier()163 ApkSigningBlockUtils.findSignature(mApk, mZipSections, mBlockId, mResult); in verify()294 ApkSigningBlockUtils.findSignature(mApk, mZipSections, mBlockId, mResult); in parseSigners()596 if (mBlockId != V3SchemeConstants.APK_SIGNATURE_SCHEME_V31_BLOCK_ID) { in parseSigner()635 private int mBlockId = V3SchemeConstants.APK_SIGNATURE_SCHEME_V3_BLOCK_ID; field in V3SchemeVerifier.Builder680 mBlockId = blockId; in setBlockId()741 switch (mBlockId) { in build()757 mBlockId)); in build()774 mBlockId, in build()