Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/interactor/
DPanelInteractor.kt32 fun openPanels() in collapsePanels() method
49 override fun openPanels() { in collapsePanels() method in com.android.systemui.qs.pipeline.domain.interactor.PanelInteractorImpl
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/interactor/
DPanelInteractorImplTest.kt46 underTest.openPanels() in openPanels_callsCentralSurfaces()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DLocationTileTest.kt141 verify(panelInteractor).openPanels() in testClickWhenLockedWillCallOpenPanels()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DLocationTile.java99 mPanelInteractor.openPanels(); in handleClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTileHost.java228 public void openPanels() { in openPanels() method in QSTileHost