Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoListing.java42 private List<BluetoothMapConvoListingElement> mList;
45 mList = new ArrayList<BluetoothMapConvoListingElement>(); in BluetoothMapConvoListing()
48 public void add(BluetoothMapConvoListingElement element) { in add()
80 public List<BluetoothMapConvoListingElement> getList() { in getList()
103 for (BluetoothMapConvoListingElement element : mList) { in encode()
127 mList = new ArrayList<BluetoothMapConvoListingElement>(); // Return an empty list in segment()
131 mList = new ArrayList<BluetoothMapConvoListingElement>(); in segment()
190 .equalsIgnoreCase(BluetoothMapConvoListingElement.XML_TAG_CONVERSATION)) { in readConversations()
198 add(BluetoothMapConvoListingElement.createFromXml(parser)); in readConversations()
H A DBluetoothMapConvoListingElement.java35 public class BluetoothMapConvoListingElement class
36 implements Comparable<BluetoothMapConvoListingElement> {
248 public int compareTo(BluetoothMapConvoListingElement e) { in compareTo()
302 public static BluetoothMapConvoListingElement createFromXml(XmlPullParser parser) in createFromXml()
304 BluetoothMapConvoListingElement newElement = new BluetoothMapConvoListingElement(); in createFromXml()
366 BluetoothMapConvoListingElement other = (BluetoothMapConvoListingElement) obj; in equals()
H A DBluetoothMapMasInstance.java102 private HashMap<Long, BluetoothMapConvoListingElement> mSmsMmsConvoList =
103 new HashMap<Long, BluetoothMapConvoListingElement>();
105 private HashMap<Long, BluetoothMapConvoListingElement> mImEmailConvoList =
106 new HashMap<Long, BluetoothMapConvoListingElement>();
231 HashMap<Long, BluetoothMapConvoListingElement> getSmsMmsConvoList() { in getSmsMmsConvoList()
235 void setSmsMmsConvoList(HashMap<Long, BluetoothMapConvoListingElement> smsMmsConvoList) { in setSmsMmsConvoList()
239 HashMap<Long, BluetoothMapConvoListingElement> getImEmailConvoList() { in getImEmailConvoList()
243 void setImEmailConvoList(HashMap<Long, BluetoothMapConvoListingElement> imEmailConvoList) { in setImEmailConvoList()
H A DBluetoothMapContent.java1383 BluetoothMapConvoListingElement e = new BluetoothMapConvoListingElement(); in createConvoElement()
2780 BluetoothMapConvoListingElement convoElement = null; in convoListing()
2842 BluetoothMapConvoListingElement e = null; in convoListing()
2894 BluetoothMapConvoListingElement ele = list.get(x); in convoListing()
2969 BluetoothMapConvoListingElement convoElement = null; in refreshSmsMmsConvoVersions()
3058 BluetoothMapConvoListingElement convoElement = null; in refreshImEmailConvoVersions()
3155 convoElement = new BluetoothMapConvoListingElement(); in updateSmsMmsConvoVersion()
3192 BluetoothMapConvoListingElement ele) { in updateImEmailConvoVersion()
3202 convoElement = new BluetoothMapConvoListingElement(); in updateImEmailConvoVersion()
4356 HashMap<Long, BluetoothMapConvoListingElement> getSmsMmsConvoList() { in getSmsMmsConvoList()
[all …]