Home
last modified time | relevance | path

Searched refs:ignorefilter (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java580 boolean ignorefilter, in composeAndSendSelectedCallLogVcards() argument
663 ignorefilter, in composeAndSendSelectedCallLogVcards()
678 boolean ignorefilter, in composeAndSendPhonebookVcards() argument
738 ignorefilter, in composeAndSendPhonebookVcards()
744 op, contactIdCursor, vcardType21, ownerVCard, ignorefilter, filter); in composeAndSendPhonebookVcards()
754 boolean ignorefilter, in composeAndSendPhonebookOneVcard() argument
799 op, contactIdCursor, vcardType21, ownerVCard, ignorefilter, filter); in composeAndSendPhonebookOneVcard()
842 boolean ignorefilter, in composeContactsAndSendVCards() argument
847 VCardFilter vcardfilter = new VCardFilter(ignorefilter ? null : filter); in composeContactsAndSendVCards()
960 boolean ignorefilter, in composeContactsAndSendSelectedVCards() argument
[all …]
DBluetoothPbapObexServer.java684 public boolean ignorefilter; field in BluetoothPbapObexServer.AppParamValue
701 ignorefilter = true; in AppParamValue()
745 appParamValue.ignorefilter = false; in parseApplicationParameter()
1412 appParamValue.ignorefilter ? null : appParamValue.propertySelector); in pullVcardEntry()
1421 appParamValue.ignorefilter, in pullVcardEntry()
1438 appParamValue.ignorefilter ? null : appParamValue.propertySelector); in pullVcardEntry()
1465 appParamValue.ignorefilter, in pullVcardEntry()
1564 appParamValue.ignorefilter ? null : appParamValue.propertySelector); in pullPhonebook()
1576 appParamValue.ignorefilter, in pullPhonebook()
1592 appParamValue.ignorefilter, in pullPhonebook()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServerTest.java806 assertThat(appParamValue.ignorefilter).isFalse(); in parseApplicationParameter_withPropertySelectorTagid()