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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java2458 * @param sizeOnly TRUE: don't populate the list members, only build the list to get the size.
2461 public BluetoothMapConvoListing convoListing(BluetoothMapAppParams ap, boolean sizeOnly) { argument
2497 if(sizeOnly) {
2511 if((sizeOnly == false) && (ap.getMaxListCount()>0) &&
2517 if((sizeOnly == false) &&
2557 if(sizeOnly == false && count >= maxThreads) {
2576 if(sizeOnly == false && count >= maxThreads) {
2611 while (isValid && ((sizeOnly == true) || (count < maxThreads))) {
2633 // If sizeOnly - we are all done here - return the list as is - no need to populate the
2635 if(sizeOnly) {
[all...]

Completed in 33 milliseconds