Searched refs:convoElement (Results 1 – 1 of 1) sorted by relevance
2780 BluetoothMapConvoListingElement convoElement = null; in convoListing() local2786 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() local2980 convoElement = getSmsMmsConvoList().remove(id); in refreshSmsMmsConvoVersions()2981 if (convoElement == null) { in refreshSmsMmsConvoVersions()2983 convoElement = new BluetoothMapConvoListingElement(); in refreshSmsMmsConvoVersions()[all …]