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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapVcardManager.java300 PropertySelector vcardselector = new PropertySelector(selector);
353 if (!vcardselector.CheckVcardSelector(vcard, vcardselectorop)) {
359 String name = vcardselector.getName(vcard);
468 int pbSize, boolean ignorefilter, byte[] filter, byte[] vcardselector,
530 pbSize, null, ignorefilter, filter, vcardselector, vcardselectorop, vcardselect);
535 boolean ignorefilter, byte[] filter, byte[] vcardselector, String vcardselectorop,
564 ownerVCard, needSendBody, pbSize, ignorefilter, filter, vcardselector,
765 PropertySelector vcardselector = new PropertySelector(selector);
820 if (!vcardselector.CheckVcardSelector(vcard, vcardselectorop)) {
871 PropertySelector vcardselector
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
[all...]

Completed in 82 milliseconds