Searched defs:ownerVCard (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapVcardManager.java534 final boolean vcardType21, String ownerVCard, int needSendBody, int pbSize,
564 ownerVCard, needSendBody, pbSize, ignorefilter, filter, vcardselector,
568 op, contactIdCursor, vcardType21, ownerVCard, ignorefilter, filter);
572 final boolean vcardType21, String ownerVCard, int orderByWhat, boolean ignorefilter,
602 op, contactIdCursor, vcardType21, ownerVCard, ignorefilter, filter);
668 final boolean vcardType21, String ownerVCard, boolean ignorefilter, byte[] filter) {
709 buffer = new HandlerForStringBuffer(op, ownerVCard);
757 final Cursor contactIdCursor, final boolean vcardType21, String ownerVCard,
798 buffer = new HandlerForStringBuffer(op, ownerVCard);
860 final boolean vcardType21, int needSendBody, int pbSize, String ownerVCard,
533 composeAndSendPhonebookVcards(Operation op, final int startPoint, final int endPoint, final boolean vcardType21, String ownerVCard, int needSendBody, int pbSize, boolean ignorefilter, byte[] filter, byte[] vcardselector, String vcardselectorop, boolean vcardselect) argument
571 composeAndSendPhonebookOneVcard(Operation op, final int offset, final boolean vcardType21, String ownerVCard, int orderByWhat, boolean ignorefilter, byte[] filter) argument
667 composeContactsAndSendVCards(Operation op, final Cursor contactIdCursor, final boolean vcardType21, String ownerVCard, boolean ignorefilter, byte[] filter) argument
756 composeContactsAndSendSelectedVCards(Operation op, final Cursor contactIdCursor, final boolean vcardType21, String ownerVCard, int needSendBody, int pbSize, boolean ignorefilter, byte[] filter, byte[] selector, String vcardselectorop) argument
859 composeCallLogsAndSendSelectedVCards(Operation op, final String selection, final boolean vcardType21, int needSendBody, int pbSize, String ownerVCard, boolean ignorefilter, byte[] filter, byte[] selector, String vcardselectorop, boolean vCardSelct) argument
967 HandlerForStringBuffer(Operation op, String ownerVCard) argument
[all...]

Completed in 45 milliseconds