Home
last modified time | relevance | path

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

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