Home
last modified time | relevance | path

Searched refs:CHAT_STATE (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java936 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/
DConvoContactInfoTest.java46 BluetoothMapContract.ConvoContactColumns.CHAT_STATE, in setConvoColumns()
DFilterInfoTest.java149 BluetoothMapContract.ConvoContactColumns.CHAT_STATE, in setEmailImConvoContactColumns()
DBluetoothMapContentObserverTest.java1030 BluetoothMapContract.ConvoContactColumns.CHAT_STATE, in initContactsList()
2375 BluetoothMapContract.ConvoContactColumns.CHAT_STATE, in handleContactListChanges_withNullContactForUci()
2433 BluetoothMapContract.ConvoContactColumns.CHAT_STATE, in handleContactListChanges_withNonNullContactForUci()
DBluetoothMapContentTest.java1226 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/
DBluetoothMapAppParams.java69 private static final int CHAT_STATE = 0x21; field in BluetoothMapAppParams
763 case CHAT_STATE: in parseParams()
1134 appParamBuf.put((byte) CHAT_STATE); in encodeParams()
DBluetoothMapContentObserver.java620 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.CHAT_STATE); in setConvoColunms()
DBluetoothMapContent.java395 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.CHAT_STATE); in setEmailImConvoContactColumns()