Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/domain/interactor/
DFooterActionsInteractorTest.kt78 fun showPowerMenuDialog() { in showPowerMenuDialog() method in com.android.systemui.qs.footer.domain.interactor.FooterActionsInteractorTest
84 underTest.showPowerMenuDialog(globalActionsDialogLite, expandable) in showPowerMenuDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/domain/interactor/
DFooterActionsInteractor.kt83 fun showPowerMenuDialog( in <lambda>() method
151 override fun showPowerMenuDialog( in showPowerMenuDialog() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/viewmodel/
DFooterActionsViewModel.kt207 footerActionsInteractor.showPowerMenuDialog(globalActionsDialogLite, expandable) in FooterActionsViewModel()