Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/
DMediaOutputInteractor.kt171 val isCurrentControllerActive = currentController.playbackState?.isActive == true in <lambda>() constant
172 if (isNewControllerActive && !isCurrentControllerActive) { in <lambda>()