Searched refs:BluetoothMapMessageListingElement (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapMessageListing.java | 37 private List<BluetoothMapMessageListingElement> mList; 40 mList = new ArrayList<BluetoothMapMessageListingElement>(); in BluetoothMapMessageListing() 43 public void add(BluetoothMapMessageListingElement element) { in add() 75 public List<BluetoothMapMessageListingElement> getList() { in getList() 115 for (BluetoothMapMessageListingElement element : mList) { in encode() 148 mList = new ArrayList<BluetoothMapMessageListingElement>(); // Return an empty list in segment() 152 mList = new ArrayList<BluetoothMapMessageListingElement>(); in segment()
|
H A D | BluetoothMapMessageListingElement.java | 26 public class BluetoothMapMessageListingElement class 27 implements Comparable<BluetoothMapMessageListingElement> { 257 public int compareTo(BluetoothMapMessageListingElement e) { in compareTo()
|
H A D | BluetoothMapContent.java | 505 private void setSent(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, in setSent() 529 private void setRead(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, in setRead() 646 private void setText(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, in setText() 1367 private BluetoothMapMessageListingElement element(Cursor c, FilterInfo fi, in element() 1369 BluetoothMapMessageListingElement e = new BluetoothMapMessageListingElement(); in element() 2265 BluetoothMapMessageListingElement e = null; in msgListing() 2307 BluetoothMapMessageListingElement e = null; in msgListing() 2352 BluetoothMapMessageListingElement e = null; in msgListing() 2395 BluetoothMapMessageListingElement e = null; in msgListing() 2414 List<BluetoothMapMessageListingElement> list = bmList.getList(); in msgListing() [all …]
|