Searched refs:BluetoothMapConvoListingElement (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapConvoListing.java | 42 private List<BluetoothMapConvoListingElement> mList; 45 mList = new ArrayList<BluetoothMapConvoListingElement>(); in BluetoothMapConvoListing() 47 public void add(BluetoothMapConvoListingElement element) { in add() 82 public List<BluetoothMapConvoListingElement> getList(){ in getList() 105 for (BluetoothMapConvoListingElement element : mList) { in encode() 129 mList = new ArrayList<BluetoothMapConvoListingElement>(); // Return an empty list in segment() 133 mList = new ArrayList<BluetoothMapConvoListingElement>(); in segment() 187 if(name.trim().equalsIgnoreCase(BluetoothMapConvoListingElement.XML_TAG_CONVERSATION) in readConversations() 194 add(BluetoothMapConvoListingElement.createFromXml(parser)); in readConversations()
|
D | BluetoothMapConvoListingElement.java | 35 public class BluetoothMapConvoListingElement class 36 implements Comparable<BluetoothMapConvoListingElement> { 232 public int compareTo(BluetoothMapConvoListingElement e) { in compareTo() 288 public static BluetoothMapConvoListingElement createFromXml(XmlPullParser parser) in createFromXml() 290 BluetoothMapConvoListingElement newElement = new BluetoothMapConvoListingElement(); in createFromXml() 348 BluetoothMapConvoListingElement other = (BluetoothMapConvoListingElement) obj; in equals()
|
D | BluetoothMapMasInstance.java | 94 private HashMap<Long,BluetoothMapConvoListingElement> mSmsMmsConvoList = 95 new HashMap<Long, BluetoothMapConvoListingElement>(); 97 private HashMap<Long,BluetoothMapConvoListingElement> mImEmailConvoList = 98 new HashMap<Long, BluetoothMapConvoListingElement>(); 224 HashMap<Long,BluetoothMapConvoListingElement> getSmsMmsConvoList() { in getSmsMmsConvoList() 228 void setSmsMmsConvoList(HashMap<Long,BluetoothMapConvoListingElement> smsMmsConvoList) { in setSmsMmsConvoList() 232 HashMap<Long,BluetoothMapConvoListingElement> getImEmailConvoList() { in getImEmailConvoList() 236 void setImEmailConvoList(HashMap<Long,BluetoothMapConvoListingElement> imEmailConvoList) { in setImEmailConvoList()
|
D | BluetoothMapContent.java | 552 private void setConvoRead(BluetoothMapConvoListingElement e, Cursor c, in setConvoRead() 1185 private void setLastActivity(BluetoothMapConvoListingElement e, Cursor c, in setLastActivity() 1287 private BluetoothMapConvoListingElement createConvoElement(Cursor c, FilterInfo fi, in createConvoElement() 1289 BluetoothMapConvoListingElement e = new BluetoothMapConvoListingElement(); in createConvoElement() 2548 BluetoothMapConvoListingElement convoElement = null; in convoListing() 2604 BluetoothMapConvoListingElement e = null; in convoListing() 2643 List<BluetoothMapConvoListingElement> list = convoList.getList(); in convoListing() 2649 BluetoothMapConvoListingElement ele = list.get(x); in convoListing() 2712 BluetoothMapConvoListingElement convoElement = null; in refreshSmsMmsConvoVersions() 2716 HashMap<Long,BluetoothMapConvoListingElement> newList = in refreshSmsMmsConvoVersions() [all …]
|