Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java1138 Uri contactsUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVOCONTACT); in setSenderAddressing() local
1140 mResolver.query(contactsUri, BluetoothMapContract.BT_CONTACT_PROJECTION, in setSenderAddressing()
1219 Uri contactsUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVOCONTACT); in setSenderName() local
1221 mResolver.query(contactsUri, BluetoothMapContract.BT_CONTACT_PROJECTION, in setSenderName()
4285 Uri contactsUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVOCONTACT); in getIMMessage() local
4286 contacts = mResolver.query(contactsUri, BluetoothMapContract.BT_CONTACT_PROJECTION, in getIMMessage()