Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java179 private SignedLongLong mChatStateConvoId = null; field in BluetoothMapAppParams
1393 return mChatStateConvoId; in getChatStateConvoId()
1397 if (mChatStateConvoId != null) { in getChatStateConvoIdByteArray()
1399 ret.putLong(mChatStateConvoId.getMostSignificantBits()); in getChatStateConvoIdByteArray()
1400 ret.putLong(mChatStateConvoId.getLeastSignificantBits()); in getChatStateConvoIdByteArray()
1412 mChatStateConvoId = new SignedLongLong(idLow, idHigh); in setChatStateConvoId()