Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java1198 public static final String[] BT_CONTACT_PROJECTION = new String[]{ field in BluetoothMapContract
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java1140 mResolver.query(contactsUri, BluetoothMapContract.BT_CONTACT_PROJECTION, in setSenderAddressing()
1221 mResolver.query(contactsUri, BluetoothMapContract.BT_CONTACT_PROJECTION, in setSenderName()
4271 contacts = mResolver.query(contactsUri, BluetoothMapContract.BT_CONTACT_PROJECTION, in getIMMessage()