Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/
DCommunalViewModel.kt223 ) = communalInteractor.showWidgetEditor(preselectedKey, shouldOpenWidgetPickerOnStart) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/domain/interactor/
DCommunalInteractorTest.kt823 underTest.showWidgetEditor() in <lambda>()
833 underTest.showWidgetEditor(preselectedKey = widgetKey) in <lambda>()
840 underTest.showWidgetEditor(shouldOpenWidgetPickerOnStart = true) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/
DCommunalInteractor.kt307 fun showWidgetEditor( in <lambda>() method