Searched refs:convoElement (Results 1 – 1 of 1) sorted by relevance
2786 BluetoothMapConvoListingElement convoElement = null; in convoListing() local2792 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() local2975 convoElement = getSmsMmsConvoList().remove(id); in refreshSmsMmsConvoVersions()2976 if (convoElement == null) { in refreshSmsMmsConvoVersions()2978 convoElement = new BluetoothMapConvoListingElement(); in refreshSmsMmsConvoVersions()[all …]