Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java102 appParams.setFolderListingSize(TEST_FOLDER_LISTING_SIZE); in encodeToBuffer_thenDecode()
182 appParams.setFolderListingSize(TEST_FOLDER_LISTING_SIZE); in settersAndGetters()
340 () -> appParams.setFolderListingSize(ILLEGAL_PARAMETER_INT)); in setters_withIllegalArguments()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java541 setFolderListingSize(appParamBuf.getShort(i) & 0xffff); // Make it unsigned in parseParams()
1651 public void setFolderListingSize(int folderListingSize) { in setFolderListingSize() method in BluetoothMapAppParams
DBluetoothMapObexServer.java1787 outAppParams.setFolderListingSize(mCurrentFolder.getSubFolderCount()); in sendFolderListingRsp()