Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java1165 if (getFolderVerCounter() != null) { in encodeParams()
1168 appParamBuf.put(getFolderVerCounter()); in encodeParams()
1380 public byte[] getFolderVerCounter() { in getFolderVerCounter() method in BluetoothMapAppParams
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java233 assertThat(appParams.getFolderVerCounter()).isEqualTo(ret.array()); in settersAndGetters()