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.java2780 BluetoothMapConvoListingElement convoElement = null; in convoListing() local
2786 convoElement = createConvoElement(smsMmsCursor, fi, ap); in convoListing()
2787 convoList.add(convoElement); in convoListing()
2798 convoElement = createConvoElement(smsMmsCursor, fi, ap); in convoListing()
2805 if (addSmsMmsContacts(convoElement, contacts, idsStr, in convoListing()
2807 convoList.add(convoElement); in convoListing()
2969 BluetoothMapConvoListingElement convoElement = null; in refreshSmsMmsConvoVersions() local
2980 convoElement = getSmsMmsConvoList().remove(id); in refreshSmsMmsConvoVersions()
2981 if (convoElement == null) { in refreshSmsMmsConvoVersions()
2983 convoElement = new BluetoothMapConvoListingElement(); in refreshSmsMmsConvoVersions()
[all …]