Searched refs:getChatStateConvoId (Results 1 – 1 of 1) sorted by relevance
791 if (getChatStateConvoId() != null) { in encodeParams()794 appParamBuf.putLong(getChatStateConvoId().getMostSignificantBits()); in encodeParams()795 appParamBuf.putLong(getChatStateConvoId().getLeastSignificantBits()); in encodeParams()1021 public SignedLongLong getChatStateConvoId() { in getChatStateConvoId() method in BluetoothMapAppParams