Home
last modified time | relevance | path

Searched defs:appWidgetRemoved (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/appwidget/
H A DIAppWidgetHost.aidl30 void appWidgetRemoved(int appWidgetId); in appWidgetRemoved() method
/aosp14/frameworks/base/core/java/android/appwidget/
H A DPendingHostUpdate.java60 public static PendingHostUpdate appWidgetRemoved(int appWidgetId) { in appWidgetRemoved() method in PendingHostUpdate
H A DAppWidgetHost.java108 public void appWidgetRemoved(int appWidgetId) { in appWidgetRemoved() method in AppWidgetHost.Callbacks