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