Searched refs:mBluetoothDevices (Results 1 – 2 of 2) sorted by relevance
103 private List<BluetoothDevice> mBluetoothDevices; field in AddAccessoryActivity222 mBluetoothDevices = new ArrayList<>(); in onCreate()224 mBluetoothDevices = in onCreate()421 if (mBluetoothDevices.size() > 1) { in updateView()434 final boolean empty = mBluetoothDevices.isEmpty(); in rearrangeViews()470 if (mBluetoothDevices.size() > 0) { in startAutoPairing()485 for (BluetoothDevice target : mBluetoothDevices) { in btDeviceClicked()604 mBluetoothDevices.clear(); in statusChanged()680 mBluetoothDevices in announceNewDevicesForA11y()696 mBluetoothDevices.clear(); in clearDeviceList()[all …]
99 private final HashMap<BluetoothDevice, Device> mBluetoothDevices field in MidiService497 mBluetoothDevices.remove(mBluetoothDevice); in closeLocked()690 device = mBluetoothDevices.get(bluetoothDevice); in openBluetoothDevice()693 mBluetoothDevices.put(bluetoothDevice, device); in openBluetoothDevice()815 device = mBluetoothDevices.get(bluetoothDevice); in addDeviceLocked()825 mBluetoothDevices.put(bluetoothDevice, device); in addDeviceLocked()