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 32 private List<BluetoothMapMessageListingElement> list;
35 list = new ArrayList<BluetoothMapMessageListingElement>();
37 public void add(BluetoothMapMessageListingElement element) {
47 * Used to fetch the number of BluetoothMapMessageListingElement elements in the list.
68 * Encode the list of BluetoothMapMessageListingElement(s) into a UTF-8
84 for (BluetoothMapMessageListingElement element : list) {
BluetoothMapMessageListingElement.java 31 public class BluetoothMapMessageListingElement
32 implements Comparable<BluetoothMapMessageListingElement> {
34 private static final String TAG = "BluetoothMapMessageListingElement";
207 public int compareTo(BluetoothMapMessageListingElement e) {
BluetoothMapContent.java 344 private void setProtected(BluetoothMapMessageListingElement e, Cursor c,
353 private void setSent(BluetoothMapMessageListingElement e, Cursor c,
373 private void setRead(BluetoothMapMessageListingElement e, Cursor c,
391 private void setPriority(BluetoothMapMessageListingElement e, Cursor c,
414 private void setAttachmentSize(BluetoothMapMessageListingElement e, Cursor c,
426 private void setText(BluetoothMapMessageListingElement e, Cursor c,
451 private void setReceptionStatus(BluetoothMapMessageListingElement e, Cursor c,
460 private void setSize(BluetoothMapMessageListingElement e, Cursor c,
475 private void setType(BluetoothMapMessageListingElement e, Cursor c,
493 private void setRecipientAddressing(BluetoothMapMessageListingElement e, Cursor c
    [all...]

Completed in 180 milliseconds