Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java304 setFolderListingSize(appParamBuf.getShort(i) & 0xffff); // Make it unsigned in ParseParams()
720 public void setFolderListingSize(int folderListingSize) { in setFolderListingSize() method in BluetoothMapAppParams
DBluetoothMapObexServer.java872 outAppParams.setFolderListingSize(mCurrentFolder.getSubFolderCount()); in sendFolderListingRsp()