Searched refs:HANDLE_APP_WIDGET_REMOVED (Results 1 – 1 of 1) sorted by relevance
60 static final int HANDLE_APP_WIDGET_REMOVED = 5; field in AppWidgetHost113 handler.obtainMessage(HANDLE_APP_WIDGET_REMOVED, appWidgetId, 0).sendToTarget(); in appWidgetRemoved()150 case HANDLE_APP_WIDGET_REMOVED: { in handleMessage()