HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothMapMessageListingElement (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMessageListing.java 35 private List<BluetoothMapMessageListingElement> mList;
38 mList = new ArrayList<BluetoothMapMessageListingElement>();
40 public void add(BluetoothMapMessageListingElement element) {
50 * Used to fetch the number of BluetoothMapMessageListingElement elements in the list.
75 public List<BluetoothMapMessageListingElement> getList(){
80 * Encode the list of BluetoothMapMessageListingElement(s) into a UTF-8
101 for (BluetoothMapMessageListingElement element : mList) {
125 mList = new ArrayList<BluetoothMapMessageListingElement>(); // Return an empty list
129 mList = new ArrayList<BluetoothMapMessageListingElement>();
BluetoothMapMessageListingElement.java 31 public class BluetoothMapMessageListingElement
32 implements Comparable<BluetoothMapMessageListingElement> {
34 private static final String TAG = "BluetoothMapMessageListingElement";
259 public int compareTo(BluetoothMapMessageListingElement e) {
BluetoothMapContent.java 470 private void setProtected(BluetoothMapMessageListingElement e, Cursor c,
486 private void setThreadId(BluetoothMapMessageListingElement e, Cursor c,
506 private void setThreadName(BluetoothMapMessageListingElement e, Cursor c,
519 private void setSent(BluetoothMapMessageListingElement e, Cursor c,
542 private void setRead(BluetoothMapMessageListingElement e, Cursor c,
569 private void setPriority(BluetoothMapMessageListingElement e, Cursor c,
599 private void setAttachment(BluetoothMapMessageListingElement e, Cursor c,
648 private void setText(BluetoothMapMessageListingElement e, Cursor c,
676 private void setReceptionStatus(BluetoothMapMessageListingElement e, Cursor c,
685 private void setDeliveryStatus(BluetoothMapMessageListingElement e, Cursor c
    [all...]

Completed in 404 milliseconds