Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java255 .appendPath(TABLE_CONVOCONTACT) in buildConvoContactsUri()
268 .appendPath(TABLE_CONVOCONTACT) in buildConvoContactsUri()
282 .appendPath(TABLE_CONVOCONTACT) in buildConvoContactsUriWithId()
295 public static final String TABLE_CONVOCONTACT = "ConvoContact"; field in BluetoothMapContract
DBluetoothMapIMProvider.java73 mMatcher.addURI(mAuthority, "#/" + BluetoothMapContract.TABLE_CONVOCONTACT, in attachInfo()
540 } else if (table.equals(BluetoothMapContract.TABLE_CONVOCONTACT)) { in update()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java263 account.mBase_uri + "/" + BluetoothMapContract.TABLE_CONVOCONTACT); in BluetoothMapContentObserver()
483 if (uri.toString().contains(BluetoothMapContract.TABLE_CONVOCONTACT)) {
1031 + BluetoothMapContract.TABLE_CONVOCONTACT); in registerObserver()
1039 uri = Uri.parse(mAccount.mBase_uri + "/" + BluetoothMapContract.TABLE_CONVOCONTACT); in registerObserver()
DBluetoothMapContent.java1138 Uri contactsUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVOCONTACT); in setSenderAddressing()
1219 Uri contactsUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVOCONTACT); in setSenderName()
4270 Uri contactsUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVOCONTACT); in getIMMessage()