Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarServiceUtils.java88 private static final int UUID_LENGTH = 16; field in CarServiceUtils
159 return ByteBuffer.allocate(UUID_LENGTH) in uuidToBytes()
174 if (bytes.length != UUID_LENGTH) { in bytesToUUID()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java56 private static final int UUID_LENGTH = 16; field in BluetoothPbapObexServer
261 if (uuid.length != UUID_LENGTH) { in onConnect()
270 for (int i = 0; i < UUID_LENGTH; i++) { in onConnect()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java58 private static final int UUID_LENGTH = 16; field in BluetoothMapObexServer
344 if (uuid.length != UUID_LENGTH) { in onConnect()
353 for (int i = 0; i < UUID_LENGTH; i++) { in onConnect()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java75 private static final int UUID_LENGTH = 25; field in AvrcpControllerStateMachineTest
490 assertThat((results.getID()).substring(UUID_START, UUID_LENGTH)).isEqualTo(rootName); in testGetDeviceRootNode_flagRandomDeviceIdEnabled_rootNodeMatchesUuidFormat()