Home
last modified time | relevance | path

Searched refs:mBluetoothDevices (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DAddAccessoryActivity.java103 private List<BluetoothDevice> mBluetoothDevices; field in AddAccessoryActivity
222 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 …]
/aosp12/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java99 private final HashMap<BluetoothDevice, Device> mBluetoothDevices field in MidiService
497 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()