Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java791 public interface ConversationColumns extends ConvoContactColumns {
877 public interface ConvoContactColumns extends ChatStatusColumns, PresenceColumns { interface in BluetoothMapContract
1182 ConvoContactColumns.UCI,
1183 ConvoContactColumns.CONVO_ID,
1184 ConvoContactColumns.NAME,
1185 ConvoContactColumns.NICKNAME,
1186 ConvoContactColumns.X_BT_UID,
1187 ConvoContactColumns.CHAT_STATE,
1188 ConvoContactColumns.LAST_ACTIVE,
1189 ConvoContactColumns.PRESENCE_STATE,
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java382 mContactColBtUid = c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.X_BT_UID); in setEmailImConvoContactColumns()
384 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.CHAT_STATE); in setEmailImConvoContactColumns()
385 mContactColContactUci = c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.UCI); in setEmailImConvoContactColumns()
387 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.NICKNAME); in setEmailImConvoContactColumns()
389 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.LAST_ACTIVE); in setEmailImConvoContactColumns()
390 mContactColName = c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.NAME); in setEmailImConvoContactColumns()
392 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.PRESENCE_STATE); in setEmailImConvoContactColumns()
394 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.STATUS_TEXT); in setEmailImConvoContactColumns()
396 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.PRIORITY); in setEmailImConvoContactColumns()
1141 BluetoothMapContract.ConvoContactColumns.CONVO_ID + " = " in setSenderAddressing()
[all …]
DBluetoothMapContentObserver.java569 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.CONVO_ID); in setConvoColunms()
570 mContactColName = c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.NAME); in setConvoColunms()
572 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.NICKNAME); in setConvoColunms()
573 mContactColBtUid = c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.X_BT_UID); in setConvoColunms()
575 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.CHAT_STATE); in setConvoColunms()
576 mContactColUci = c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.UCI); in setConvoColunms()
578 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.NICKNAME); in setConvoColunms()
580 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.LAST_ACTIVE); in setConvoColunms()
581 mContactColName = c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.NAME); in setConvoColunms()
583 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.PRESENCE_STATE); in setConvoColunms()
[all …]