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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAccountItem.java26 public class BluetoothMapAccountItem implements Comparable<BluetoothMapAccountItem>{ class in inherits:Comparable
27 private static final String TAG = "BluetoothMapAccountItem";
44 public BluetoothMapAccountItem(String id, String name, String packageName, String authority, method in class:BluetoothMapAccountItem
58 public static BluetoothMapAccountItem create(String id, String name, String packageName,
60 return new BluetoothMapAccountItem(id, name, packageName, authority,
64 public static BluetoothMapAccountItem create(String id, String name, String packageName,
67 return new BluetoothMapAccountItem(id, name, packageName, authority,
94 public int compareTo(BluetoothMapAccountItem other) {
146 BluetoothMapAccountItem othe
[all...]

Completed in 238 milliseconds