Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/repository/
DCommunalWidgetRepository.kt231 val widgetsWithHost = appWidgetHost.appWidgetIds.toList() in restoreWidgets() constant
232 val widgetsToRemove = widgetsWithHost.toMutableList() in restoreWidgets()
241 if (!widgetsWithHost.contains(newWidgetId)) { in restoreWidgets()