Home
last modified time | relevance | path

Searched refs:MSG_NOTIFY_APP_WIDGET_REMOVED (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java2167 CallbackHandler.MSG_NOTIFY_APP_WIDGET_REMOVED, in scheduleNotifyAppWidgetRemovedLocked()
3860 public static final int MSG_NOTIFY_APP_WIDGET_REMOVED = 5; field in AppWidgetServiceImpl.CallbackHandler
3893 case MSG_NOTIFY_APP_WIDGET_REMOVED: { in handleMessage()