Home
last modified time | relevance | path

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

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