Searched refs:openPanels (Results 1 – 5 of 5) sorted by relevance
32 fun openPanels() in collapsePanels() method49 override fun openPanels() { in collapsePanels() method in com.android.systemui.qs.pipeline.domain.interactor.PanelInteractorImpl
46 underTest.openPanels() in openPanels_callsCentralSurfaces()
141 verify(panelInteractor).openPanels() in testClickWhenLockedWillCallOpenPanels()
99 mPanelInteractor.openPanels(); in handleClick()
228 public void openPanels() { in openPanels() method in QSTileHost