Searched refs:mChatStateConvoId (Results 1 – 1 of 1) sorted by relevance
177 private SignedLongLong mChatStateConvoId = null; field in BluetoothMapAppParams994 return mChatStateConvoId; in getChatStateConvoId()998 if(mChatStateConvoId != null) { in getChatStateConvoIdByteArray()1000 ret.putLong(mChatStateConvoId.getMostSignificantBits()); in getChatStateConvoIdByteArray()1001 ret.putLong(mChatStateConvoId.getLeastSignificantBits()); in getChatStateConvoIdByteArray()1013 mChatStateConvoId = new SignedLongLong(idLow, idHigh); in setChatStateConvoId()