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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapVcardManager.java468 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,
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) {
673 VCardFilter vcardfilter = new VCardFilter(ignorefilter ? null : filter);
758 int needSendBody, int pbSize, boolean ignorefilter, byt
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...]
H A DBluetoothPbapObexServer.java537 public boolean ignorefilter; field in class:BluetoothPbapObexServer.AppParamValue
554 ignorefilter = true;
583 appParamValue.ignorefilter = false;
1089 mOrderBy, appParamValue.ignorefilter, appParamValue.propertySelector);
1100 intIndex, intIndex, vcard21, needSendBody, size, appParamValue.ignorefilter,
1164 ownerVcard, needSendBody, pbSize, appParamValue.ignorefilter,
1170 vcard21, null, needSendBody, pbSize, appParamValue.ignorefilter,
1177 appParamValue.ignorefilter, appParamValue.propertySelector,

Completed in 53 milliseconds