Searched refs:getConvoListingSize (Results 1 – 2 of 2) sorted by relevance
151 assertThat(appParamsDecoded.getConvoListingSize()).isEqualTo(TEST_CONVO_LISTING_SIZE); in encodeToBuffer_thenDecode()212 assertThat(appParams.getConvoListingSize()).isEqualTo(TEST_CONVO_LISTING_SIZE); in settersAndGetters()
1144 if (getConvoListingSize() != INVALID_VALUE_PARAMETER) { in encodeParams()1147 appParamBuf.putShort((short) getConvoListingSize()); in encodeParams()1669 public int getConvoListingSize() { in getConvoListingSize() method in BluetoothMapAppParams