Searched refs:getLeastSignificantBits (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapAppParams.java | 774 appParamBuf.putLong(getFilterConvoId().getLeastSignificantBits()); in encodeParams() 795 appParamBuf.putLong(getChatStateConvoId().getLeastSignificantBits()); in encodeParams() 1029 ret.putLong(mChatStateConvoId.getLeastSignificantBits()); in getChatStateConvoIdByteArray() 1094 str = BluetoothMapUtils.getLongAsString(mFilterConvoId.getLeastSignificantBits()); in getFilterConvoIdString()
|
D | BluetoothMapConvoListingElement.java | 214 return mId.getLeastSignificantBits(); in getCpConvoId()
|
D | BluetoothMapObexServer.java | 1050 : Long.toHexString(tmpLongLong.getLeastSignificantBits()))); in onGet()
|
D | BluetoothMapContent.java | 2063 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in setConvoWhereFilterSmsMms() 3420 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in appendConvoListQueryParameters()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
D | SignedLongLong.java | 124 public long getLeastSignificantBits() { in getLeastSignificantBits() method in SignedLongLong
|
D | Utils.java | 179 lsb = uuid.getLeastSignificantBits(); in uuidToByteArray() 194 lsb = uuid.getLeastSignificantBits(); in uuidsToByteArray()
|
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/util/ |
D | ByteUtils.java | 91 .putLong(uuid.getLeastSignificantBits()) in uuidToBytes()
|
/packages/services/Car/service/src/com/android/car/ |
D | Utils.java | 225 .putLong(uuid.getLeastSignificantBits()) in uuidToBytes()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 2197 gattClientRegisterAppNative(uuid.getLeastSignificantBits(), uuid.getMostSignificantBits()); in registerClient() 2319 gattClientDiscoverServiceByUuidNative(connId, uuid.getLeastSignificantBits(), in discoverServiceByUuid() 2366 gattClientReadUsingCharacteristicUuidNative(connId, uuid.getLeastSignificantBits(), in readUsingCharacteristicUuid() 2862 gattServerRegisterAppNative(uuid.getLeastSignificantBits(), uuid.getMostSignificantBits()); in registerServer() 3249 gattTestNative(command, uuid1.getLeastSignificantBits(), uuid1.getMostSignificantBits(), in gattTestCommand()
|
D | ScanManager.java | 185 mScanNative.registerScannerNative(uuid.getLeastSignificantBits(), in registerScanner()
|