Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java2689 public BluetoothMapConvoListing convoListing(BluetoothMapAppParams ap, boolean sizeOnly) { in convoListing() argument
2729 if (sizeOnly) { in convoListing()
2743 if ((!sizeOnly) && (ap.getMaxListCount() > 0) && (ap.getFilterRecipient() in convoListing()
2749 if ((!sizeOnly) && ((msgTypesInclude & ~(BluetoothMapAppParams.FILTER_NO_SMS_GSM in convoListing()
2795 if (!sizeOnly && count >= maxThreads) { in convoListing()
2814 if (!sizeOnly && count >= maxThreads) { in convoListing()
2857 while (isValid && ((sizeOnly) || (count < maxThreads))) { in convoListing()
2884 if (sizeOnly) { in convoListing()