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.java248 .appendPath(TABLE_CONVOCONTACT) in buildConvoContactsUri()
261 .appendPath(TABLE_CONVOCONTACT) in buildConvoContactsUri()
274 .appendPath(TABLE_CONVOCONTACT) in buildConvoContactsUriWithId()
286 public static final String TABLE_CONVOCONTACT = "ConvoContact"; field in BluetoothMapContract
DBluetoothMapIMProvider.java79 mMatcher.addURI(mAuthority, "#/"+ BluetoothMapContract.TABLE_CONVOCONTACT, in attachInfo()
525 } else if(table.equals(BluetoothMapContract.TABLE_CONVOCONTACT)) { in update()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java286 + BluetoothMapContract.TABLE_CONVOCONTACT); in BluetoothMapContentObserver()
486 if(uri.toString().contains(BluetoothMapContract.TABLE_CONVOCONTACT))
1009 + BluetoothMapContract.TABLE_CONVOCONTACT); in registerObserver()
1015 uri = Uri.parse(mAccount.mBase_uri + "/" + BluetoothMapContract.TABLE_CONVOCONTACT); in registerObserver()
DBluetoothMapContent.java1066 Uri contactsUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVOCONTACT); in setSenderAddressing()
1135 Uri contactsUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVOCONTACT); in setSenderName()
3966 Uri contactsUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVOCONTACT); in getIMMessage()