Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java2549 BluetoothMapConvoListingElement convoElement = null; in convoListing() local
2555 convoElement = createConvoElement(smsMmsCursor, fi, ap); in convoListing()
2556 convoList.add(convoElement); in convoListing()
2567 convoElement = createConvoElement(smsMmsCursor, fi, ap); in convoListing()
2574 if(addSmsMmsContacts(convoElement, contacts, idsStr, in convoListing()
2576 convoList.add(convoElement); in convoListing()
2713 BluetoothMapConvoListingElement convoElement = null; in refreshSmsMmsConvoVersions() local
2724 convoElement = getSmsMmsConvoList().remove(id); in refreshSmsMmsConvoVersions()
2725 if(convoElement == null) { in refreshSmsMmsConvoVersions()
2727 convoElement = new BluetoothMapConvoListingElement(); in refreshSmsMmsConvoVersions()
[all …]