Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java176 private SignedLongLong mChatStateConvoId = null; field in BluetoothMapAppParams
1022 return mChatStateConvoId; in getChatStateConvoId()
1026 if (mChatStateConvoId != null) { in getChatStateConvoIdByteArray()
1028 ret.putLong(mChatStateConvoId.getMostSignificantBits()); in getChatStateConvoIdByteArray()
1029 ret.putLong(mChatStateConvoId.getLeastSignificantBits()); in getChatStateConvoIdByteArray()
1043 mChatStateConvoId = new SignedLongLong(idLow, idHigh); in setChatStateConvoId()