Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/
DMediaHierarchyManagerTest.kt94 @Mock private lateinit var qqsHost: MediaHost variable in com.android.systemui.media.controls.ui.controller.MediaHierarchyManagerTest
170 setupHost(qqsHost, MediaHierarchyManager.LOCATION_QQS, QQS_TOP) in setup()
448 whenever(qqsHost.visible).thenReturn(true) in isCurrentlyInGuidedTransformation_hostsVisible_returnsTrue()
464 whenever(qqsHost.visible).thenReturn(true) in isCurrentlyInGuidedTransformation_hostsVisible_expandImmediateEnabled_returnsFalse()
475 whenever(qqsHost.visible).thenReturn(true) in isCurrentlyInGuidedTransformation_hostNotVisible_returnsFalse_with_active()
488 whenever(qqsHost.visible).thenReturn(true) in isCurrentlyInGuidedTransformation_hostNotVisible_returnsTrue_without_active()
510 whenever(qqsHost.visible).thenReturn(true) in isCurrentlyInGuidedTransformation_desiredLocationIsHub_returnsFalse()