Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java2506 int maxThreads = ap.getMaxListCount()+ap.getStartOffset(); in convoListing() local
2515 limit=" LIMIT " + maxThreads; in convoListing()
2558 if(sizeOnly == false && count >= maxThreads) { in convoListing()
2577 if(sizeOnly == false && count >= maxThreads) { in convoListing()
2612 while (isValid && ((sizeOnly == true) || (count < maxThreads))) { in convoListing()