Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/domain/interactor/
DFooterActionsInteractor.kt80 fun showForegroundServicesDialog(expandable: Expandable) in <lambda>() method
147 override fun showForegroundServicesDialog(expandable: Expandable) { in showForegroundServicesDialog() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/viewmodel/
DFooterActionsViewModel.kt178 footerActionsInteractor.showForegroundServicesDialog(expandable) in FooterActionsViewModel()