Home
last modified time | relevance | path

Searched refs:setFolderVerCounter (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java117 appParams.setFolderVerCounter(TEST_COUNT_LOW, TEST_COUNT_HIGH); in encodeToBuffer_thenDecode()
184 appParams.setFolderVerCounter(TEST_COUNT_LOW, TEST_COUNT_HIGH); in settersAndGetters()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java1375 public void setFolderVerCounter(long countLow, long countHigh) { in setFolderVerCounter() method in BluetoothMapAppParams
DBluetoothMapObexServer.java1398 outAppParams.setFolderVerCounter(mMasInstance.getFolderVersionCounter(), 0); in sendMessageListingRsp()