Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java854 int itemsFound = 0; in sendVcardListingXml() local
868 itemsFound = in sendVcardListingXml()
883 itemsFound = in sendVcardListingXml()
919 Log.d(TAG, "itemsFound =" + itemsFound); in sendVcardListingXml()
931 int itemsFound = 0; in createList() local
1001 j < selectedNameList.size() && itemsFound < requestSize; in createList()
1003 itemsFound++; in createList()
1032 i < selectedNameList.size() && itemsFound < requestSize; in createList()
1034 itemsFound++; in createList()
1038 return itemsFound; in createList()