Home
last modified time | relevance | path

Searched refs:connectedDevice (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/domain/autoaddable/
H A DCastAutoAddableTest.kt116 val connectedDevice = regex
118 whenever(castController.castDevices).thenReturn(listOf(disconnectedDevice, connectedDevice))
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DLocalMediaManager.java464 MediaDevice connectedDevice = null; in updateCurrentConnectedDevice() local
473 connectedDevice = device; in updateCurrentConnectedDevice()
478 return connectedDevice; in updateCurrentConnectedDevice()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceInventory.java1885 private void updateBluetoothPreferredModes_l(BluetoothDevice connectedDevice) {
1927 if (connectedDevice != null) {
1928 mDeviceBroker.postNotifyPreferredAudioProfileApplied(connectedDevice);