HomeSort by relevance Sort by last modified time
    Searched full:itemsfound (Results 1 - 1 of 1) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 599 int itemsFound = 0;
607 itemsFound = createList(maxListCount, listStartOffset, searchValue, result,
610 itemsFound = createList(maxListCount, listStartOffset, searchValue, result,
634 if (V) Log.v(TAG, "itemsFound =" + itemsFound);
641 int itemsFound = 0;
657 itemsFound < requestSize; pos++) {
661 itemsFound++;
667 if (itemsFound >= requestSize) {
676 itemsFound < requestSize; pos++)
    [all...]

Completed in 350 milliseconds