Searched refs:contactIdCursor (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapVcardManager.java | 577 Cursor contactIdCursor = new MatrixCursor(new String[]{ in composeAndSendPhonebookVcards() local 590 contactIdCursor = in composeAndSendPhonebookVcards() 602 return composeContactsAndSendSelectedVCards(op, contactIdCursor, vcardType21, in composeAndSendPhonebookVcards() 606 return composeContactsAndSendVCards(op, contactIdCursor, vcardType21, ownerVCard, in composeAndSendPhonebookVcards() 621 Cursor contactIdCursor = new MatrixCursor(new String[]{ in composeAndSendPhonebookOneVcard() local 635 contactIdCursor = ContactCursorFilter.filterByOffset(contactCursor, offset); in composeAndSendPhonebookOneVcard() 640 return composeContactsAndSendVCards(op, contactIdCursor, vcardType21, ownerVCard, in composeAndSendPhonebookOneVcard() 709 private int composeContactsAndSendVCards(Operation op, final Cursor contactIdCursor, in composeContactsAndSendVCards() argument 756 Log.v(TAG, "contactIdCursor size: " + contactIdCursor.getCount()); in composeContactsAndSendVCards() 757 if (!composer.initWithCallback(contactIdCursor, in composeContactsAndSendVCards() [all …]
|