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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java1444 private boolean matchRecipientSms(Cursor c, FilterInfo fi, String recip) { method in class:BluetoothMapContent
1451 if (V) Log.v(TAG, "matchRecipientSms: match recipient phone = " + phone);
1454 if (V) Log.v(TAG, "matchRecipientSms: match recipient name = " + name);
1463 if (V) Log.v(TAG, "matchRecipientSms: match recipient phone = " + phone);
1468 if (V) Log.v(TAG, "matchRecipientSms: match recipient name = " + name);
1488 res = matchRecipientSms(c, fi, recip);

Completed in 20 milliseconds