Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/muteawait/
DMediaMuteAwaitConnectionManager.kt50 logger.logMutedDeviceAdded(device.address, device.name, mutedUsages.hasMedia()) in onMutedUntilConnection()
51 if (mutedUsages.hasMedia()) { in onMutedUntilConnection()
68 device.address, device.name, mutedUsages.hasMedia(), isMostRecentDevice in onUnmutedEvent()
70 if (isMostRecentDevice && mutedUsages.hasMedia()) { in onUnmutedEvent()
100 private fun IntArray.hasMedia() = USAGE_MEDIA in this method in com.android.systemui.media.muteawait.MediaMuteAwaitConnectionManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardClockInteractor.kt85 ) { shadeMode, hasNotifs, hasMedia, isDozing, isOnAod -> in <lambda>() method
88 shadeMode == ShadeMode.Single && (hasNotifs || hasMedia) -> ClockSize.SMALL in <lambda>()
90 hasMedia && !isDozing -> ClockSize.SMALL in <lambda>()