Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyStoreCryptoOperationChunkedStreamer.java70 private static final int DEFAULT_MAX_CHUNK_SIZE = 64 * 1024; field in KeyStoreCryptoOperationChunkedStreamer
82 this(operation, DEFAULT_MAX_CHUNK_SIZE); in KeyStoreCryptoOperationChunkedStreamer()