Searched refs:getChatStateConvoId (Results 1 – 2 of 2) sorted by relevance
1159 if (getChatStateConvoId() != null) { in encodeParams()1162 appParamBuf.putLong(getChatStateConvoId().getMostSignificantBits()); in encodeParams()1163 appParamBuf.putLong(getChatStateConvoId().getLeastSignificantBits()); in encodeParams()1392 public SignedLongLong getChatStateConvoId() { in getChatStateConvoId() method in BluetoothMapAppParams
152 assertThat(appParamsDecoded.getChatStateConvoId()) in encodeToBuffer_thenDecode()208 assertThat(appParams.getChatStateConvoId()) in settersAndGetters()