Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java984 String PRESENCE_STATE = "presence_state"; field
1099 ConversationColumns.PRESENCE_STATE,
1114 ConvoContactColumns.PRESENCE_STATE,
1139 PresenceColumns.PRESENCE_STATE,
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DConvoContactInfoTest.java49 BluetoothMapContract.ConvoContactColumns.PRESENCE_STATE, in setConvoColumns()
DFilterInfoTest.java154 BluetoothMapContract.ConvoContactColumns.PRESENCE_STATE, in setEmailImConvoContactColumns()
DBluetoothMapContentObserverTest.java1033 BluetoothMapContract.ConvoContactColumns.PRESENCE_STATE, in initContactsList()
2378 BluetoothMapContract.ConvoContactColumns.PRESENCE_STATE, in handleContactListChanges_withNullContactForUci()
2436 BluetoothMapContract.ConvoContactColumns.PRESENCE_STATE, in handleContactListChanges_withNonNullContactForUci()
DBluetoothMapContentTest.java1231 BluetoothMapContract.ConvoContactColumns.PRESENCE_STATE, in convoListing_withNullFilterRecipient()
1335 BluetoothMapContract.ConvoContactColumns.PRESENCE_STATE, in convoListing_withNonNullFilterRecipient()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java628 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.PRESENCE_STATE); in setConvoColunms()
DBluetoothMapContent.java403 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.PRESENCE_STATE); in setEmailImConvoContactColumns()