Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/
DSignedLongLong.java120 public long getMostSignificantBits() { in getMostSignificantBits() method in SignedLongLong
DUtils.java217 msb = uuid.getMostSignificantBits(); in uuidToByteArray()
232 msb = uuid.getMostSignificantBits(); in uuidsToByteArray()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DUtilsTest.java112 assertThat(Utils.bytesToUUID(bytes).getMostSignificantBits()).isEqualTo(72623859790382856L); in testBytesToUUID()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java773 appParamBuf.putLong(getFilterConvoId().getMostSignificantBits()); in encodeParams()
794 appParamBuf.putLong(getChatStateConvoId().getMostSignificantBits()); in encodeParams()
1028 ret.putLong(mChatStateConvoId.getMostSignificantBits()); in getChatStateConvoIdByteArray()
/packages/services/Car/service/src/com/android/car/
DUtils.java229 .putLong(uuid.getMostSignificantBits()) in uuidToBytes()
/packages/services/Mms/src/com/android/mms/service/
DMmsRequest.java347 return new UUID(mAnomalyUUID.getMostSignificantBits(), in generateUUID()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2629 …gattClientRegisterAppNative(uuid.getLeastSignificantBits(), uuid.getMostSignificantBits(), eatt_su… in registerClient()
2799 uuid.getMostSignificantBits()); in discoverServiceByUuid()
2855 uuid.getMostSignificantBits(), startHandle, endHandle, authReq); in readUsingCharacteristicUuid()
3398 …gattServerRegisterAppNative(uuid.getLeastSignificantBits(), uuid.getMostSignificantBits(), eatt_su… in registerServer()
3881 gattTestNative(command, uuid1.getLeastSignificantBits(), uuid1.getMostSignificantBits(), in gattTestCommand()
DScanManager.java194 uuid.getMostSignificantBits()); in registerScanner()