Searched refs:BluetoothMapMessageListingElement (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListing.java32 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) {
H A DBluetoothMapMessageListingElement.java31 public class BluetoothMapMessageListingElement class in inherits:Comparable
32 implements Comparable<BluetoothMapMessageListingElement> {
34 private static final String TAG = "BluetoothMapMessageListingElement";
207 public int compareTo(BluetoothMapMessageListingElement e) {
H A DBluetoothMapContent.java344 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
[all...]

Completed in 162 milliseconds