Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java696 Cursor contactIdCursor = new MatrixCursor(new String[] {Phone.CONTACT_ID}); in composeAndSendPhonebookVcards() local
714 contactIdCursor = in composeAndSendPhonebookVcards()
733 contactIdCursor, in composeAndSendPhonebookVcards()
744 op, contactIdCursor, vcardType21, ownerVCard, ignorefilter, filter); in composeAndSendPhonebookVcards()
768 Cursor contactIdCursor = new MatrixCursor(new String[] {Phone.CONTACT_ID}); in composeAndSendPhonebookOneVcard() local
793 contactIdCursor = ContactCursorFilter.filterByOffset(contactCursor, offset); in composeAndSendPhonebookOneVcard()
799 op, contactIdCursor, vcardType21, ownerVCard, ignorefilter, filter); in composeAndSendPhonebookOneVcard()
839 final Cursor contactIdCursor, in composeContactsAndSendVCards() argument
888 Log.v(TAG, "contactIdCursor size: " + contactIdCursor.getCount()); in composeContactsAndSendVCards()
889 if (!composer.init(contactIdCursor) || !buffer.init()) { in composeContactsAndSendVCards()
[all …]