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.java782 public interface ConversationColumns extends ConvoContactColumns {
868 public interface ConvoContactColumns extends ChatStatusColumns, PresenceColumns { interface in BluetoothMapContract
1175 ConvoContactColumns.UCI,
1176 ConvoContactColumns.CONVO_ID,
1177 ConvoContactColumns.NAME,
1178 ConvoContactColumns.NICKNAME,
1179 ConvoContactColumns.X_BT_UID,
1180 ConvoContactColumns.CHAT_STATE,
1181 ConvoContactColumns.LAST_ACTIVE,
1182 ConvoContactColumns.PRESENCE_STATE,
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java398 BluetoothMapContract.ConvoContactColumns.X_BT_UID); in setEmailImConvoContactColumns()
400 BluetoothMapContract.ConvoContactColumns.CHAT_STATE); in setEmailImConvoContactColumns()
402 BluetoothMapContract.ConvoContactColumns.UCI); in setEmailImConvoContactColumns()
404 BluetoothMapContract.ConvoContactColumns.NICKNAME); in setEmailImConvoContactColumns()
406 BluetoothMapContract.ConvoContactColumns.LAST_ACTIVE); in setEmailImConvoContactColumns()
408 BluetoothMapContract.ConvoContactColumns.NAME); in setEmailImConvoContactColumns()
410 BluetoothMapContract.ConvoContactColumns.PRESENCE_STATE); in setEmailImConvoContactColumns()
412 BluetoothMapContract.ConvoContactColumns.STATUS_TEXT); in setEmailImConvoContactColumns()
414 BluetoothMapContract.ConvoContactColumns.PRIORITY); in setEmailImConvoContactColumns()
1067 BluetoothMapContract.ConvoContactColumns.CONVO_ID in setSenderAddressing()
[all …]
DBluetoothMapContentObserver.java577 BluetoothMapContract.ConvoContactColumns.CONVO_ID); in setConvoColunms()
579 BluetoothMapContract.ConvoContactColumns.NAME); in setConvoColunms()
581 BluetoothMapContract.ConvoContactColumns.NICKNAME); in setConvoColunms()
583 BluetoothMapContract.ConvoContactColumns.X_BT_UID); in setConvoColunms()
585 BluetoothMapContract.ConvoContactColumns.CHAT_STATE); in setConvoColunms()
587 BluetoothMapContract.ConvoContactColumns.UCI); in setConvoColunms()
589 BluetoothMapContract.ConvoContactColumns.NICKNAME); in setConvoColunms()
591 BluetoothMapContract.ConvoContactColumns.LAST_ACTIVE); in setConvoColunms()
593 BluetoothMapContract.ConvoContactColumns.NAME); in setConvoColunms()
595 BluetoothMapContract.ConvoContactColumns.PRESENCE_STATE); in setConvoColunms()
[all …]