Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/footer/domain/interactor/
DFooterActionsInteractorTest.kt79 fun showPowerMenuDialog() { in showPowerMenuDialog() method in com.android.systemui.qs.footer.domain.interactor.FooterActionsInteractorTest
85 underTest.showPowerMenuDialog(globalActionsDialogLite, expandable) in showPowerMenuDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/domain/interactor/
DFooterActionsInteractor.kt84 fun showPowerMenuDialog( in <lambda>() method
153 override fun showPowerMenuDialog( in showPowerMenuDialog() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/viewmodel/toolbar/
DToolbarViewModel.kt110 footerActionsInteractor.showPowerMenuDialog(it, expandable) in onPowerButtonClicked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/viewmodel/
DFooterActionsViewModel.kt244 footerActionsInteractor.showPowerMenuDialog(globalActionsDialogLite, expandable) in createFooterActionsViewModel()