Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/incremental/
H A DIncrementalStorage.java435 private static final int UUID_BYTE_SIZE = 16; field in IncrementalStorage
448 final ByteBuffer buf = ByteBuffer.wrap(new byte[UUID_BYTE_SIZE]); in idToBytes()
462 if (bytes.length != UUID_BYTE_SIZE) { in bytesToId()
463 throw new IllegalArgumentException("Expected array of size " + UUID_BYTE_SIZE in bytesToId()