Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java890 String CONVO_ID = "convo_id"; field
1183 ConvoContactColumns.CONVO_ID,
1200 ConvoContactColumns.CONVO_ID,
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java1141 BluetoothMapContract.ConvoContactColumns.CONVO_ID + " = " in setSenderAddressing()
1222 BluetoothMapContract.ConvoContactColumns.CONVO_ID + " = " in setSenderName()
4287 BluetoothMapContract.ConvoContactColumns.CONVO_ID + " = " + threadId, null, in getIMMessage()
DBluetoothMapContentObserver.java569 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.CONVO_ID); in setConvoColunms()