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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapVcardManager.java119 * @param vcardType21
123 final boolean vcardType21, final byte[] filter) {
126 if (vcardType21) {
139 public final String getOwnerPhoneNumberVcard(final boolean vcardType21, final byte[] filter) { argument
142 String vcard = getOwnerPhoneNumberVcardFromProfile(vcardType21, filter);
153 vcardType21);
297 final boolean vcardType21, int needSendBody, int pbSize, byte[] selector,
304 if (vcardType21) {
467 final int startPoint, final int endPoint, final boolean vcardType21, int needSendBody,
529 return composeCallLogsAndSendSelectedVCards(op, selection, vcardType21, needSendBod
122 getOwnerPhoneNumberVcardFromProfile( final boolean vcardType21, final byte[] filter) argument
296 getSelectedPhonebookNameList(final int orderByWhat, final boolean vcardType21, int needSendBody, int pbSize, byte[] selector, String vcardselectorop) argument
466 composeAndSendSelectedCallLogVcards(final int type, Operation op, final int startPoint, final int endPoint, final boolean vcardType21, int needSendBody, int pbSize, boolean ignorefilter, byte[] filter, byte[] vcardselector, String vcardselectorop, boolean vcardselect) argument
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
[all...]

Completed in 148 milliseconds