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.java2737 int maxThreads = ap.getMaxListCount() + ap.getStartOffset(); in convoListing() local
2746 limit = " LIMIT " + maxThreads; in convoListing()
2795 if (!sizeOnly && count >= maxThreads) { in convoListing()
2814 if (!sizeOnly && count >= maxThreads) { in convoListing()
2857 while (isValid && ((sizeOnly) || (count < maxThreads))) { in convoListing()