Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAccountItem.java26 public class BluetoothMapAccountItem implements Comparable<BluetoothMapAccountItem> { class
44 public BluetoothMapAccountItem(String id, String name, String packageName, String authority, in BluetoothMapAccountItem() method in BluetoothMapAccountItem
DBluetoothMapSettingsAdapter.java61 LinkedHashMap<BluetoothMapAccountItem, ArrayList<BluetoothMapAccountItem>> groupsList, in BluetoothMapSettingsAdapter()