Searched refs:mPreservedSignatureBlocks (Results 1 – 1 of 1) sorted by relevance
115 private List<Pair<byte[], Integer>> mPreservedSignatureBlocks = Collections.emptyList(); field in DefaultApkSignerEngine651 mPreservedSignatureBlocks = new ArrayList<>(); in inputApkSigningBlock()674 mPreservedSignatureBlocks.add(signatureBlock); in inputApkSigningBlock()708 mPreservedSignatureBlocks.add(signatureBlock); in inputApkSigningBlock()1055 if (mOtherSignersSignaturesPreserved && mPreservedSignatureBlocks != null in outputZipSectionsInternal()1056 && !mPreservedSignatureBlocks.isEmpty()) { in outputZipSectionsInternal()1057 signingSchemeBlocks.addAll(mPreservedSignatureBlocks); in outputZipSectionsInternal()