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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java1481 private boolean matchRecipient(Cursor c, FilterInfo fi, BluetoothMapAppParams ap) { method in class:BluetoothMapContent
1492 if (D) Log.d(TAG, "matchRecipient: Unknown msg type: " + fi.mMsgType);
1582 if (matchOriginator(c, fi, ap) && matchRecipient(c, fi, ap)) {

Completed in 18 milliseconds