Home
last modified time | relevance | path

Searched defs:applyResourceOverlaysToWidgets (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManagerInternal.java57 public abstract void applyResourceOverlaysToWidgets(Set<String> packageNames, int userId, in applyResourceOverlaysToWidgets() method in AppWidgetManagerInternal
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java5180 public void applyResourceOverlaysToWidgets(Set<String> packageNames, int userId, in applyResourceOverlaysToWidgets() method in AppWidgetServiceImpl.AppWidgetManagerLocal