Searched refs:bluetoothDevices (Results 1 – 4 of 4) sorted by relevance
107 Set<BluetoothDevice> bluetoothDevices = mPendingConnectedDevices.get( in onDeviceConnected() local109 bluetoothDevices.add(device); in onDeviceConnected()110 mPendingConnectedDevices.put(userId, bluetoothDevices); in onDeviceConnected()145 Set<BluetoothDevice> bluetoothDevices = mPendingConnectedDevices.get(userId); in onDeviceDisconnected() local146 if (bluetoothDevices != null) { in onDeviceDisconnected()147 bluetoothDevices.remove(device); in onDeviceDisconnected()
553 final List<BluetoothDevice> bluetoothDevices = in getMutingExpectedDevice() local557 for (BluetoothDevice device : bluetoothDevices) { in getMutingExpectedDevice()583 final List<BluetoothDevice> bluetoothDevices = in buildDisconnectedBluetoothDevice() local590 for (BluetoothDevice device : bluetoothDevices) { in buildDisconnectedBluetoothDevice()
246 Set<String> bluetoothDevices = extractAddressesListFrom( in getAllBluetoothRoutes_hasSelectedRoute_returnsAllRoutes() local248 assertThat(bluetoothDevices).containsExactlyElementsIn(addresses); in getAllBluetoothRoutes_hasSelectedRoute_returnsAllRoutes()
108 final List<BluetoothDevice> bluetoothDevices = new ArrayList<>(); in setUp() local110 mShadowBluetoothAdapter.setMostRecentlyConnectedDevices(bluetoothDevices); in setUp()454 final List<BluetoothDevice> bluetoothDevices = new ArrayList<>(); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice() local458 bluetoothDevices.add(bluetoothDevice); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice()459 mShadowBluetoothAdapter.setMostRecentlyConnectedDevices(bluetoothDevices); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice()