Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java858 createUpdateExecutorIfNull().execute(() -> notifyCollectionWidgetChange(appWidgetIds, in notifyAppWidgetViewDataChanged()
861 notifyCollectionWidgetChange(appWidgetIds, viewId); in notifyAppWidgetViewDataChanged()
865 private void notifyCollectionWidgetChange(int[] appWidgetIds, int viewId) { in notifyCollectionWidgetChange() method in AppWidgetManager