Searched defs:BluetoothMapConvoContactElement (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoContactElement.java32 public class BluetoothMapConvoContactElement class in inherits:Comparable
33 implements Comparable<BluetoothMapConvoContactElement> {
49 private static final String TAG = "BluetoothMapConvoContactElement";
63 public static BluetoothMapConvoContactElement createFromMapContact(MapContact contact,
65 BluetoothMapConvoContactElement newElement = new BluetoothMapConvoContactElement();
73 public BluetoothMapConvoContactElement(String uci, String name, String displayName, method in class:BluetoothMapConvoContactElement
94 public BluetoothMapConvoContactElement() { method in class:BluetoothMapConvoContactElement
183 public int compareTo(BluetoothMapConvoContactElement e) {
238 * Call this function to create a BluetoothMapConvoContactElement
[all...]

Completed in 94 milliseconds