Searched refs:BluetoothMapMessageListingElement (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapMessageListing.java | 35 private List<BluetoothMapMessageListingElement> mList; 38 mList = new ArrayList<BluetoothMapMessageListingElement>(); in BluetoothMapMessageListing() 40 public void add(BluetoothMapMessageListingElement element) { in add() 75 public List<BluetoothMapMessageListingElement> getList(){ in getList() 101 for (BluetoothMapMessageListingElement element : mList) { in encode() 125 mList = new ArrayList<BluetoothMapMessageListingElement>(); // Return an empty list in segment() 129 mList = new ArrayList<BluetoothMapMessageListingElement>(); in segment()
|
D | BluetoothMapMessageListingElement.java | 31 public class BluetoothMapMessageListingElement class 32 implements Comparable<BluetoothMapMessageListingElement> { 259 public int compareTo(BluetoothMapMessageListingElement e) { in compareTo()
|
D | BluetoothMapContent.java | 470 private void setProtected(BluetoothMapMessageListingElement e, Cursor c, in setProtected() 486 private void setThreadId(BluetoothMapMessageListingElement e, Cursor c, in setThreadId() 506 private void setThreadName(BluetoothMapMessageListingElement e, Cursor c, in setThreadName() 519 private void setSent(BluetoothMapMessageListingElement e, Cursor c, in setSent() 542 private void setRead(BluetoothMapMessageListingElement e, Cursor c, in setRead() 569 private void setPriority(BluetoothMapMessageListingElement e, Cursor c, in setPriority() 599 private void setAttachment(BluetoothMapMessageListingElement e, Cursor c, in setAttachment() 648 private void setText(BluetoothMapMessageListingElement e, Cursor c, in setText() 676 private void setReceptionStatus(BluetoothMapMessageListingElement e, Cursor c, in setReceptionStatus() 685 private void setDeliveryStatus(BluetoothMapMessageListingElement e, Cursor c, in setDeliveryStatus() [all …]
|