Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/muteawait/
H A DMediaMuteAwaitConnectionManagerFactory.kt34 private val deviceIconUtil = DeviceIconUtil() regex
39 mainExecutor, localMediaManager, context, deviceIconUtil, logger
H A DMediaMuteAwaitConnectionManager.kt41 private val deviceIconUtil: DeviceIconUtil,
97 return deviceIconUtil.getIconFromAudioDeviceType(this.type, context)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/muteawait/
H A DMediaMuteAwaitConnectionManagerTest.kt53 private lateinit var deviceIconUtil: DeviceIconUtil
65 whenever(deviceIconUtil.getIconFromAudioDeviceType(any(), any())).thenReturn(icon)
71 deviceIconUtil,