Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java2786 BluetoothMapConvoListingElement convoElement = null; in convoListing() local
2792 convoElement = createConvoElement(smsMmsCursor, fi); in convoListing()
2793 convoList.add(convoElement); in convoListing()
2804 convoElement = createConvoElement(smsMmsCursor, fi); in convoListing()
2812 convoElement, contacts, idsStr, ap.getFilterRecipient(), ap)) { in convoListing()
2813 convoList.add(convoElement); in convoListing()
2964 BluetoothMapConvoListingElement convoElement = null; in refreshSmsMmsConvoVersions() local
2975 convoElement = getSmsMmsConvoList().remove(id); in refreshSmsMmsConvoVersions()
2976 if (convoElement == null) { in refreshSmsMmsConvoVersions()
2978 convoElement = new BluetoothMapConvoListingElement(); in refreshSmsMmsConvoVersions()
[all …]