Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java1608 private boolean matchRecipient(Cursor c, FilterInfo fi, BluetoothMapAppParams ap) { in matchRecipient() method in BluetoothMapContent
1725 return matchOriginator(c, fi, ap) && matchRecipient(c, fi, ap); in matchAddresses()