Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDeviceManager.kt262 fullMediaDevice = localMediaManager.getMediaDeviceById(deviceAddress), in <lambda>()
377 aboutToConnect.fullMediaDevice == null && in <lambda>()
385 aboutToConnect?.fullMediaDevice ?: localMediaManager.currentConnectedDevice in <lambda>()
409 return sassDevice.fullMediaDevice?.toMediaDeviceData() in <lambda>()
545 val fullMediaDevice: MediaDevice? = null, constant in com.android.systemui.media.controls.domain.pipeline.AboutToConnectDevice
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDeviceManagerTest.kt329 val fullMediaDevice = mock(MediaDevice::class.java) in onAboutToConnectDeviceAdded_findsDeviceInfoFromAddress() constant
333 whenever(lmm.getMediaDeviceById(eq(address))).thenReturn(fullMediaDevice) in onAboutToConnectDeviceAdded_findsDeviceInfoFromAddress()
334 whenever(fullMediaDevice.name).thenReturn(nameFromDevice) in onAboutToConnectDeviceAdded_findsDeviceInfoFromAddress()
335 whenever(fullMediaDevice.iconWithoutBackground).thenReturn(iconFromDevice) in onAboutToConnectDeviceAdded_findsDeviceInfoFromAddress()