Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DConvoContactInfoTest.java42 BluetoothMapContract.ConvoContactColumns.CONVO_ID, in setConvoColumns()
43 BluetoothMapContract.ConvoContactColumns.NAME, in setConvoColumns()
44 BluetoothMapContract.ConvoContactColumns.NICKNAME, in setConvoColumns()
45 BluetoothMapContract.ConvoContactColumns.X_BT_UID, in setConvoColumns()
46 BluetoothMapContract.ConvoContactColumns.CHAT_STATE, in setConvoColumns()
47 BluetoothMapContract.ConvoContactColumns.UCI, in setConvoColumns()
48 BluetoothMapContract.ConvoContactColumns.LAST_ACTIVE, in setConvoColumns()
49 BluetoothMapContract.ConvoContactColumns.PRESENCE_STATE, in setConvoColumns()
50 BluetoothMapContract.ConvoContactColumns.STATUS_TEXT, in setConvoColumns()
51 BluetoothMapContract.ConvoContactColumns.PRIORITY, in setConvoColumns()
[all …]
DFilterInfoTest.java148 BluetoothMapContract.ConvoContactColumns.X_BT_UID, in setEmailImConvoContactColumns()
149 BluetoothMapContract.ConvoContactColumns.CHAT_STATE, in setEmailImConvoContactColumns()
150 BluetoothMapContract.ConvoContactColumns.UCI, in setEmailImConvoContactColumns()
151 BluetoothMapContract.ConvoContactColumns.NICKNAME, in setEmailImConvoContactColumns()
152 BluetoothMapContract.ConvoContactColumns.LAST_ACTIVE, in setEmailImConvoContactColumns()
153 BluetoothMapContract.ConvoContactColumns.NAME, in setEmailImConvoContactColumns()
154 BluetoothMapContract.ConvoContactColumns.PRESENCE_STATE, in setEmailImConvoContactColumns()
155 BluetoothMapContract.ConvoContactColumns.STATUS_TEXT, in setEmailImConvoContactColumns()
156 BluetoothMapContract.ConvoContactColumns.PRIORITY in setEmailImConvoContactColumns()
DBluetoothMapContentTest.java677 "MessageColFromAddress", BluetoothMapContract.ConvoContactColumns.UCI in setSenderAddressing_withFilterTypeIm()
795 "MessageColFromAddress", BluetoothMapContract.ConvoContactColumns.NAME in setSenderName_withFilterTypeIm()
1072 BluetoothMapContract.ConvoContactColumns.NAME, in getIMMessage_withSentFolderId()
1073 BluetoothMapContract.ConvoContactColumns.X_BT_UID, in getIMMessage_withSentFolderId()
1074 BluetoothMapContract.ConvoContactColumns.NICKNAME, in getIMMessage_withSentFolderId()
1075 BluetoothMapContract.ConvoContactColumns.UCI, in getIMMessage_withSentFolderId()
1132 BluetoothMapContract.ConvoContactColumns.NAME, in getIMMessage_withInboxFolderId()
1133 BluetoothMapContract.ConvoContactColumns.X_BT_UID, in getIMMessage_withInboxFolderId()
1134 BluetoothMapContract.ConvoContactColumns.NICKNAME, in getIMMessage_withInboxFolderId()
1135 BluetoothMapContract.ConvoContactColumns.UCI, in getIMMessage_withInboxFolderId()
[all …]
DBluetoothMapContentObserverTest.java1026 BluetoothMapContract.ConvoContactColumns.CONVO_ID, in initContactsList()
1027 BluetoothMapContract.ConvoContactColumns.NAME, in initContactsList()
1028 BluetoothMapContract.ConvoContactColumns.NICKNAME, in initContactsList()
1029 BluetoothMapContract.ConvoContactColumns.X_BT_UID, in initContactsList()
1030 BluetoothMapContract.ConvoContactColumns.CHAT_STATE, in initContactsList()
1031 BluetoothMapContract.ConvoContactColumns.UCI, in initContactsList()
1032 BluetoothMapContract.ConvoContactColumns.LAST_ACTIVE, in initContactsList()
1033 BluetoothMapContract.ConvoContactColumns.PRESENCE_STATE, in initContactsList()
1034 BluetoothMapContract.ConvoContactColumns.STATUS_TEXT, in initContactsList()
1035 BluetoothMapContract.ConvoContactColumns.PRIORITY, in initContactsList()
[all …]
/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java739 public interface ConversationColumns extends ConvoContactColumns {
823 public interface ConvoContactColumns extends ChatStatusColumns, PresenceColumns { interface in BluetoothMapContract
1107 ConvoContactColumns.UCI,
1108 ConvoContactColumns.CONVO_ID,
1109 ConvoContactColumns.NAME,
1110 ConvoContactColumns.NICKNAME,
1111 ConvoContactColumns.X_BT_UID,
1112 ConvoContactColumns.CHAT_STATE,
1113 ConvoContactColumns.LAST_ACTIVE,
1114 ConvoContactColumns.PRESENCE_STATE,
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java393 mContactColBtUid = c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.X_BT_UID); in setEmailImConvoContactColumns()
395 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.CHAT_STATE); in setEmailImConvoContactColumns()
396 mContactColContactUci = c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.UCI); in setEmailImConvoContactColumns()
398 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.NICKNAME); in setEmailImConvoContactColumns()
400 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.LAST_ACTIVE); in setEmailImConvoContactColumns()
401 mContactColName = c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.NAME); in setEmailImConvoContactColumns()
403 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.PRESENCE_STATE); in setEmailImConvoContactColumns()
405 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.STATUS_TEXT); in setEmailImConvoContactColumns()
407 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.PRIORITY); in setEmailImConvoContactColumns()
1077 BluetoothMapContract.ConvoContactColumns.CONVO_ID in setSenderAddressing()
[all …]
DBluetoothMapContentObserver.java614 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.CONVO_ID); in setConvoColunms()
615 mContactColName = c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.NAME); in setConvoColunms()
617 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.NICKNAME); in setConvoColunms()
618 mContactColBtUid = c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.X_BT_UID); in setConvoColunms()
620 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.CHAT_STATE); in setConvoColunms()
621 mContactColUci = c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.UCI); in setConvoColunms()
623 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.NICKNAME); in setConvoColunms()
625 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.LAST_ACTIVE); in setConvoColunms()
626 mContactColName = c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.NAME); in setConvoColunms()
628 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.PRESENCE_STATE); in setConvoColunms()
[all …]