Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/appwidget/
DAppWidgetManager.java845 createUpdateExecutorIfNull().execute(() -> notifyCollectionWidgetChange( in notifyAppWidgetViewDataChanged()
848 notifyCollectionWidgetChange(appWidgetIds, viewId); in notifyAppWidgetViewDataChanged()
859 private void notifyCollectionWidgetChange(int[] appWidgetIds, int viewId) { in notifyCollectionWidgetChange() method in AppWidgetManager