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.java73 mMatcher.addURI(mAuthority, "#/"+ BluetoothMapContract.TABLE_CONVOCONTACT, in attachInfo()
519 } else if(table.equals(BluetoothMapContract.TABLE_CONVOCONTACT)) { in update()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java290 + BluetoothMapContract.TABLE_CONVOCONTACT); in BluetoothMapContentObserver()
496 if(uri.toString().contains(BluetoothMapContract.TABLE_CONVOCONTACT))
1019 + BluetoothMapContract.TABLE_CONVOCONTACT); in registerObserver()
1025 uri = Uri.parse(mAccount.mBase_uri + "/" + BluetoothMapContract.TABLE_CONVOCONTACT); in registerObserver()
DBluetoothMapContent.java1064 Uri contactsUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVOCONTACT); in setSenderAddressing()
1133 Uri contactsUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVOCONTACT); in setSenderName()
3965 Uri contactsUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVOCONTACT); in getIMMessage()