Searched refs:getChatStateConvoId (Results 1 – 1 of 1) sorted by relevance
780 if (getChatStateConvoId() != null) { in EncodeParams()783 appParamBuf.putLong(getChatStateConvoId().getMostSignificantBits()); in EncodeParams()784 appParamBuf.putLong(getChatStateConvoId().getLeastSignificantBits()); in EncodeParams()993 public SignedLongLong getChatStateConvoId(){ in getChatStateConvoId() method in BluetoothMapAppParams