Searched refs:convoElement (Results 1 – 1 of 1) sorted by relevance
2549 BluetoothMapConvoListingElement convoElement = null; in convoListing() local2555 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() local2724 convoElement = getSmsMmsConvoList().remove(id); in refreshSmsMmsConvoVersions()2725 if(convoElement == null) { in refreshSmsMmsConvoVersions()2727 convoElement = new BluetoothMapConvoListingElement(); in refreshSmsMmsConvoVersions()[all …]