Searched refs:DATA_HEADER_SIZE (Results 1 – 1 of 1) sorted by relevance
97 private static final int DATA_HEADER_SIZE = 4; field in BlobCache241 if (mActiveBytes < DATA_HEADER_SIZE || mActiveBytes > mMaxBytes) { in loadIndex()310 writeInt(buf, IH_ACTIVE_BYTES, DATA_HEADER_SIZE); in resetCache()330 mActiveBytes = DATA_HEADER_SIZE; in flipRegion()363 if (DATA_HEADER_SIZE + BLOB_HEADER_SIZE + data.length > mMaxBytes) { in insert()