Searched refs:getMostSignificantBits (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
D | SignedLongLong.java | 120 public long getMostSignificantBits() { in getMostSignificantBits() method in SignedLongLong
|
D | Utils.java | 217 msb = uuid.getMostSignificantBits(); in uuidToByteArray() 232 msb = uuid.getMostSignificantBits(); in uuidsToByteArray()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | UtilsTest.java | 112 assertThat(Utils.bytesToUUID(bytes).getMostSignificantBits()).isEqualTo(72623859790382856L); in testBytesToUUID()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapAppParams.java | 773 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/ |
D | Utils.java | 229 .putLong(uuid.getMostSignificantBits()) in uuidToBytes()
|
/packages/services/Mms/src/com/android/mms/service/ |
D | MmsRequest.java | 347 return new UUID(mAnomalyUUID.getMostSignificantBits(), in generateUUID()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 2629 …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()
|
D | ScanManager.java | 194 uuid.getMostSignificantBits()); in registerScanner()
|