Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java748 int itemsFound = 0; in sendVcardListingXml() local
762 itemsFound = createList(appParamValue, needSendBody, size, result, type); in sendVcardListingXml()
789 Log.d(TAG, "itemsFound =" + itemsFound); in sendVcardListingXml()
797 int itemsFound = 0; in createList() local
845 j < selectedNameList.size() && itemsFound < requestSize; j++) { in createList()
846 itemsFound++; in createList()
875 i < selectedNameList.size() && itemsFound < requestSize; i++) { in createList()
876 itemsFound++; in createList()
880 return itemsFound; in createList()