Home
last modified time | relevance | path

Searched refs:appWidgetRemoved (Results 1 – 4 of 4) 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
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java2174 callbacks.appWidgetRemoved(appWidgetId); in handleNotifyAppWidgetRemoved()
4391 PendingHostUpdate.appWidgetRemoved(appWidgetId)); in getPendingUpdatesForIdLocked()