Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java856 + appParams.getMaxListCount() in onGet()
865 ", MaxListCount = " + appParams.getMaxListCount() + in onGet()
891 ", MaxListCount = " + appParams.getMaxListCount() + in onGet()
1004 if(appParams.getMaxListCount() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) in sendMessageListingRsp()
1011 if(appParams.getMaxListCount() != 0) { in sendMessageListingRsp()
1171 if(appParams.getMaxListCount() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) in sendConvoListingRsp()
1177 if(appParams.getMaxListCount() != 0) { in sendConvoListingRsp()
1203 + " MaxListCount: "+appParams.getMaxListCount()); in sendConvoListingRsp()
1283 maxListCount = appParams.getMaxListCount(); in sendFolderListingRsp()
DBluetoothMapContent.java2077 int countNum = ap.getMaxListCount(); in msgListing()
2079 if(ap.getMaxListCount()>0){ in msgListing()
2080 limit=" LIMIT "+ (ap.getMaxListCount()+ap.getStartOffset()); in msgListing()
2094 limit = " LIMIT " + ap.getMaxListCount()+" OFFSET "+ ap.getStartOffset(); in msgListing()
2127 limit = " LIMIT " + ap.getMaxListCount()+" OFFSET "+ ap.getStartOffset(); in msgListing()
2161 limit = " LIMIT " + ap.getMaxListCount()+" OFFSET "+ ap.getStartOffset(); in msgListing()
2197 limit = " LIMIT " + ap.getMaxListCount() + " OFFSET "+ ap.getStartOffset(); in msgListing()
2224 bmList.segment(ap.getMaxListCount(), offsetNum); in msgListing()
2506 int maxThreads = ap.getMaxListCount()+ap.getStartOffset(); in convoListing()
2512 if((sizeOnly == false) && (ap.getMaxListCount()>0) && in convoListing()
[all …]
DBluetoothMapAppParams.java598 if (getMaxListCount() != INVALID_VALUE_PARAMETER) { in EncodeParams()
601 appParamBuf.putShort((short) getMaxListCount()); in EncodeParams()
808 public int getMaxListCount() { in getMaxListCount() method in BluetoothMapAppParams