Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java562 Cursor contactIdCursor = new MatrixCursor(new String[]{ in composeAndSendPhonebookVcards() local
569 contactIdCursor = in composeAndSendPhonebookVcards()
581 return composeContactsAndSendSelectedVCards(op, contactIdCursor, vcardType21, in composeAndSendPhonebookVcards()
585 return composeContactsAndSendVCards(op, contactIdCursor, vcardType21, ownerVCard, in composeAndSendPhonebookVcards()
600 Cursor contactIdCursor = new MatrixCursor(new String[]{ in composeAndSendPhonebookOneVcard() local
614 contactIdCursor = ContactCursorFilter.filterByOffset(contactCursor, offset); in composeAndSendPhonebookOneVcard()
619 return composeContactsAndSendVCards(op, contactIdCursor, vcardType21, ownerVCard, in composeAndSendPhonebookOneVcard()
688 private int composeContactsAndSendVCards(Operation op, final Cursor contactIdCursor, in composeContactsAndSendVCards() argument
735 Log.v(TAG, "contactIdCursor size: " + contactIdCursor.getCount()); in composeContactsAndSendVCards()
736 if (!composer.initWithCallback(contactIdCursor, in composeContactsAndSendVCards()
[all …]