D | BluetoothMapAccountItem.java | 26 public class BluetoothMapAccountItem implements Comparable<BluetoothMapAccountItem>{ class 44 public BluetoothMapAccountItem(String id, String name, String packageName, String authority, in BluetoothMapAccountItem() method in BluetoothMapAccountItem 58 public static BluetoothMapAccountItem create(String id, String name, String packageName, in create() 60 return new BluetoothMapAccountItem(id, name, packageName, authority, in create() 64 public static BluetoothMapAccountItem create(String id, String name, String packageName, in create() 67 return new BluetoothMapAccountItem(id, name, packageName, authority, in create() 94 public int compareTo(BluetoothMapAccountItem other) { in compareTo() 146 BluetoothMapAccountItem other = (BluetoothMapAccountItem) obj; in equals()
|