Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java1424 private static final String[] RECIPIENT_ID_PROJECTION = {Threads.RECIPIENT_IDS}; field in BluetoothMapContent
1450 cr = r.query(sAllThreadsUri, RECIPIENT_ID_PROJECTION, whereClause, null, null); in getCanonicalAddressSms()