Searched refs:CHAT_STATE (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/ |
D | BluetoothMapContract.java | 936 String CHAT_STATE = "chat_state"; field 1096 ConversationColumns.CHAT_STATE, 1112 ConvoContactColumns.CHAT_STATE, 1133 ChatStatusColumns.CHAT_STATE, ChatStatusColumns.LAST_ACTIVE,
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
D | ConvoContactInfoTest.java | 46 BluetoothMapContract.ConvoContactColumns.CHAT_STATE, in setConvoColumns()
|
D | FilterInfoTest.java | 149 BluetoothMapContract.ConvoContactColumns.CHAT_STATE, in setEmailImConvoContactColumns()
|
D | BluetoothMapContentObserverTest.java | 1030 BluetoothMapContract.ConvoContactColumns.CHAT_STATE, in initContactsList() 2375 BluetoothMapContract.ConvoContactColumns.CHAT_STATE, in handleContactListChanges_withNullContactForUci() 2433 BluetoothMapContract.ConvoContactColumns.CHAT_STATE, in handleContactListChanges_withNonNullContactForUci()
|
D | BluetoothMapContentTest.java | 1226 BluetoothMapContract.ConvoContactColumns.CHAT_STATE, in convoListing_withNullFilterRecipient() 1330 BluetoothMapContract.ConvoContactColumns.CHAT_STATE, in convoListing_withNonNullFilterRecipient()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapAppParams.java | 69 private static final int CHAT_STATE = 0x21; field in BluetoothMapAppParams 763 case CHAT_STATE: in parseParams() 1134 appParamBuf.put((byte) CHAT_STATE); in encodeParams()
|
D | BluetoothMapContentObserver.java | 620 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.CHAT_STATE); in setConvoColunms()
|
D | BluetoothMapContent.java | 395 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.CHAT_STATE); in setEmailImConvoContactColumns()
|