Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DEnrollmentSpecificIdTest.java171 ByteBuffer esidByteBuffer = ByteBuffer.wrap(esidBytes); in calculateEsid() local
173 return encodeBase32(esidByteBuffer.getLong()) + encodeBase32(esidByteBuffer.getLong()); in calculateEsid()