Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHost.java60 static final int HANDLE_APP_WIDGET_REMOVED = 5; field in AppWidgetHost
113 handler.obtainMessage(HANDLE_APP_WIDGET_REMOVED, appWidgetId, 0).sendToTarget(); in appWidgetRemoved()
150 case HANDLE_APP_WIDGET_REMOVED: { in handleMessage()