Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java774 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()
DBluetoothMapConvoListingElement.java214 return mId.getLeastSignificantBits(); in getCpConvoId()
DBluetoothMapObexServer.java1050 : Long.toHexString(tmpLongLong.getLeastSignificantBits()))); in onGet()
DBluetoothMapContent.java2063 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in setConvoWhereFilterSmsMms()
3420 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in appendConvoListQueryParameters()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DSignedLongLong.java124 public long getLeastSignificantBits() { in getLeastSignificantBits() method in SignedLongLong
DUtils.java179 lsb = uuid.getLeastSignificantBits(); in uuidToByteArray()
194 lsb = uuid.getLeastSignificantBits(); in uuidsToByteArray()
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/util/
DByteUtils.java91 .putLong(uuid.getLeastSignificantBits()) in uuidToBytes()
/packages/services/Car/service/src/com/android/car/
DUtils.java225 .putLong(uuid.getLeastSignificantBits()) in uuidToBytes()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2197 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()
DScanManager.java185 mScanNative.registerScannerNative(uuid.getLeastSignificantBits(), in registerScanner()