Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DLocationTileTest.kt73 private lateinit var panelInteractor: PanelInteractor
98 panelInteractor,
141 verify(panelInteractor).openPanels()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DLocationTile.java73 PanelInteractor panelInteractor in LocationTile() argument
79 mPanelInteractor = panelInteractor; in LocationTile()
H A DScreenRecordTile.java91 PanelInteractor panelInteractor in ScreenRecordTile() argument
101 mPanelInteractor = panelInteractor; in ScreenRecordTile()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
H A DTileServicesTest.java303 StatusBarIconController statusBarIconController, PanelInteractor panelInteractor, in TestTileServices() argument
306 commandQueue, statusBarIconController, panelInteractor, in TestTileServices()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServices.java97 PanelInteractor panelInteractor, in TileServices() argument
110 mPanelInteractor = panelInteractor; in TileServices()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DGarbageMonitor.java431 PanelInteractor panelInteractor in MemoryTile() argument
436 mPanelInteractor = panelInteractor; in MemoryTile()