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.java2731 int maxThreads = ap.getMaxListCount() + ap.getStartOffset(); in convoListing() local
2740 limit = " LIMIT " + maxThreads; in convoListing()
2789 if (!sizeOnly && count >= maxThreads) { in convoListing()
2808 if (!sizeOnly && count >= maxThreads) { in convoListing()
2851 while (isValid && ((sizeOnly) || (count < maxThreads))) { in convoListing()