Searched refs:CHUNK_SIZE_BYTES (Results 1 – 1 of 1) sorted by relevance
507 int chunkSize = (int) Math.min(inputRemaining, CHUNK_SIZE_BYTES); in computeContentDigests()597 return (inputSizeBytes + CHUNK_SIZE_BYTES - 1) / CHUNK_SIZE_BYTES; in getChunkCount()600 private static final int CHUNK_SIZE_BYTES = 1024 * 1024; field in ApkSignatureSchemeV2Verifier