Home
last modified time | relevance | path

Searched refs:CONVO_ID (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java836 String CONVO_ID = "convo_id"; field
1108 ConvoContactColumns.CONVO_ID,
1124 ConvoContactColumns.CONVO_ID,
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DConvoContactInfoTest.java42 BluetoothMapContract.ConvoContactColumns.CONVO_ID, in setConvoColumns()
DBluetoothMapContentObserverTest.java1026 BluetoothMapContract.ConvoContactColumns.CONVO_ID, in initContactsList()
2371 BluetoothMapContract.ConvoContactColumns.CONVO_ID, in handleContactListChanges_withNullContactForUci()
2429 BluetoothMapContract.ConvoContactColumns.CONVO_ID, in handleContactListChanges_withNonNullContactForUci()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java1077 BluetoothMapContract.ConvoContactColumns.CONVO_ID in setSenderAddressing()
1164 BluetoothMapContract.ConvoContactColumns.CONVO_ID in setSenderName()
4340 BluetoothMapContract.ConvoContactColumns.CONVO_ID in getIMMessage()
DBluetoothMapContentObserver.java614 c.getColumnIndex(BluetoothMapContract.ConvoContactColumns.CONVO_ID); in setConvoColunms()