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.java764 int itemsFound = 0; in sendVcardListingXml() local
779 itemsFound = createList(appParamValue, needSendBody, size, result, type); in sendVcardListingXml()
806 Log.d(TAG, "itemsFound =" + itemsFound); in sendVcardListingXml()
814 int itemsFound = 0; in createList() local
862 j < selectedNameList.size() && itemsFound < requestSize; j++) { in createList()
863 itemsFound++; in createList()
892 i < selectedNameList.size() && itemsFound < requestSize; i++) { in createList()
893 itemsFound++; in createList()
897 return itemsFound; in createList()