Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DEnrollmentSpecificIdTest.java156 final int totalIdentifiersLength = serialNumber.length + imei.length + meid.length in calculateEsid() local
158 final ByteBuffer fixedIdentifiers = ByteBuffer.allocate(totalIdentifiersLength); in calculateEsid()