Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java86 appParams.setMaxListCount(TEST_MAX_LIST_COUNT); in encodeToBuffer_thenDecode()
164 appParams.setMaxListCount(TEST_MAX_LIST_COUNT); in settersAndGetters()
352 () -> appParams.setMaxListCount(ILLEGAL_PARAMETER_INT)); in setters_withIllegalArguments()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java1306 appParams.setMaxListCount(1024); in sendMessageListingRsp()
1352 appParams.setMaxListCount(1024); in sendMessageListingRsp()
1580 appParams.setMaxListCount(1024); in sendConvoListingRsp()
1590 appParams.setMaxListCount(1024); in sendConvoListingRsp()
1766 appParams.setMaxListCount(1024); in sendFolderListingRsp()
DBluetoothMapAppParams.java239 setMaxListCount(appParamBuf.getShort(i) & 0xffff); // Make it unsigned in parseParams()
1194 public void setMaxListCount(int maxListCount) throws IllegalArgumentException { in setMaxListCount() method in BluetoothMapAppParams