Searched refs:bluetoothDevices (Results 1 – 2 of 2) sorted by relevance
565 final List<BluetoothDevice> bluetoothDevices = in getMutingExpectedDevice() local569 for (BluetoothDevice device : bluetoothDevices) { in getMutingExpectedDevice()593 final List<BluetoothDevice> bluetoothDevices = in buildDisconnectedBluetoothDevice() local600 for (BluetoothDevice device : bluetoothDevices) { in buildDisconnectedBluetoothDevice()
108 final List<BluetoothDevice> bluetoothDevices = new ArrayList<>(); in setUp() local110 mShadowBluetoothAdapter.setMostRecentlyConnectedDevices(bluetoothDevices); in setUp()458 final List<BluetoothDevice> bluetoothDevices = new ArrayList<>(); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice() local462 bluetoothDevices.add(bluetoothDevice); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice()463 mShadowBluetoothAdapter.setMostRecentlyConnectedDevices(bluetoothDevices); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice()