Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java742 appParams.setMaxListCount(1024); in sendMessageListingRsp()
758 appParams.setMaxListCount(1024); in sendMessageListingRsp()
851 appParams.setMaxListCount(1024); in sendFolderListingRsp()
DBluetoothMapAppParams.java188 setMaxListCount(appParamBuf.getShort(i) & 0xffff); // Make it unsigned in ParseParams()
544 public void setMaxListCount(int maxListCount) throws IllegalArgumentException { in setMaxListCount() method in BluetoothMapAppParams