Searched refs:mChatStateConvoId (Results 1 – 1 of 1) sorted by relevance
179 private SignedLongLong mChatStateConvoId = null; field in BluetoothMapAppParams1393 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()