Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DLocalMediaManager.java565 final List<BluetoothDevice> bluetoothDevices = in getMutingExpectedDevice() local
569 for (BluetoothDevice device : bluetoothDevices) { in getMutingExpectedDevice()
593 final List<BluetoothDevice> bluetoothDevices = in buildDisconnectedBluetoothDevice() local
600 for (BluetoothDevice device : bluetoothDevices) { in buildDisconnectedBluetoothDevice()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
DLocalMediaManagerTest.java108 final List<BluetoothDevice> bluetoothDevices = new ArrayList<>(); in setUp() local
110 mShadowBluetoothAdapter.setMostRecentlyConnectedDevices(bluetoothDevices); in setUp()
458 final List<BluetoothDevice> bluetoothDevices = new ArrayList<>(); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice() local
462 bluetoothDevices.add(bluetoothDevice); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice()
463 mShadowBluetoothAdapter.setMostRecentlyConnectedDevices(bluetoothDevices); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice()