Home
last modified time | relevance | path

Searched refs:bluetoothDevices (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/companion/java/com/android/server/companion/presence/
H A DBluetoothCompanionDeviceConnectionListener.java107 Set<BluetoothDevice> bluetoothDevices = mPendingConnectedDevices.get( in onDeviceConnected() local
109 bluetoothDevices.add(device); in onDeviceConnected()
110 mPendingConnectedDevices.put(userId, bluetoothDevices); in onDeviceConnected()
145 Set<BluetoothDevice> bluetoothDevices = mPendingConnectedDevices.get(userId); in onDeviceDisconnected() local
146 if (bluetoothDevices != null) { in onDeviceDisconnected()
147 bluetoothDevices.remove(device); in onDeviceDisconnected()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DLocalMediaManager.java553 final List<BluetoothDevice> bluetoothDevices = in getMutingExpectedDevice() local
557 for (BluetoothDevice device : bluetoothDevices) { in getMutingExpectedDevice()
583 final List<BluetoothDevice> bluetoothDevices = in buildDisconnectedBluetoothDevice() local
590 for (BluetoothDevice device : bluetoothDevices) { in buildDisconnectedBluetoothDevice()
/aosp14/frameworks/base/services/robotests/src/com/android/server/media/
H A DAudioPoliciesBluetoothRouteControllerTest.java246 Set<String> bluetoothDevices = extractAddressesListFrom( in getAllBluetoothRoutes_hasSelectedRoute_returnsAllRoutes() local
248 assertThat(bluetoothDevices).containsExactlyElementsIn(addresses); in getAllBluetoothRoutes_hasSelectedRoute_returnsAllRoutes()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
H A DLocalMediaManagerTest.java108 final List<BluetoothDevice> bluetoothDevices = new ArrayList<>(); in setUp() local
110 mShadowBluetoothAdapter.setMostRecentlyConnectedDevices(bluetoothDevices); in setUp()
454 final List<BluetoothDevice> bluetoothDevices = new ArrayList<>(); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice() local
458 bluetoothDevices.add(bluetoothDevice); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice()
459 mShadowBluetoothAdapter.setMostRecentlyConnectedDevices(bluetoothDevices); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice()