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.java1483 private boolean matchRecipient(Cursor c, FilterInfo fi, BluetoothMapAppParams ap) { in matchRecipient() method in BluetoothMapContent
1584 if (matchOriginator(c, fi, ap) && matchRecipient(c, fi, ap)) { in matchAddresses()