Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/appwidget/
H A DIAppWidgetService.aidl74 void notifyProviderInheritance(in ComponentName[] componentNames); in notifyProviderInheritance() method
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java1491 public void notifyProviderInheritance(@Nullable final ComponentName[] componentNames) { in notifyProviderInheritance() method in AppWidgetServiceImpl