Home
last modified time | relevance | path

Searched refs:getConvoListingVerCounter (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java148 assertThat(appParamsDecoded.getConvoListingVerCounter()).isEqualTo(ret.array()); in encodeToBuffer_thenDecode()
213 assertThat(appParams.getConvoListingVerCounter()).isEqualTo(ret.array()); in settersAndGetters()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java1113 if (getConvoListingVerCounter() != null) { in encodeParams()
1116 appParamBuf.put(getConvoListingVerCounter()); in encodeParams()
1363 public byte[] getConvoListingVerCounter() { in getConvoListingVerCounter() method in BluetoothMapAppParams