Searched defs:BluetoothMapAccountItem (Results 1 – 2 of 2) sorted by relevance
26 public class BluetoothMapAccountItem implements Comparable<BluetoothMapAccountItem> { class44 public BluetoothMapAccountItem(String id, String name, String packageName, String authority, in BluetoothMapAccountItem() method in BluetoothMapAccountItem
61 LinkedHashMap<BluetoothMapAccountItem, ArrayList<BluetoothMapAccountItem>> groupsList, in BluetoothMapSettingsAdapter()