Home
last modified time | relevance | path

Searched defs:updateWidgetOrder (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/repository/
DCommunalWidgetRepository.kt76 fun updateWidgetOrder(widgetIdToPriorityMap: Map<Int, Int>) {} in <lambda>() method
207 override fun updateWidgetOrder(widgetIdToPriorityMap: Map<Int, Int>) { in updateWidgetOrder() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/db/
DCommunalWidgetDao.kt125 fun updateWidgetOrder(widgetIdToPriorityMap: Map<Int, Int>) { in getWidgets() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/
DCommunalInteractor.kt349 fun updateWidgetOrder(widgetIdToPriorityMap: Map<Int, Int>) = in <lambda>() method