if (mCb == null) return;
SystemServicesProxy ssp = RecentsTaskLoader.getInstance().getSystemServicesProxy();
if (appWidgetId > -1 && appWidgetId == mConfig.searchBarAppWidgetId) {
// The search provider may have changed, so just delete the old widget and bind it again
ssp.unbindSearchAppWidget(this, appWidgetId);
// Update the search widget
mConfig.updateSearchBarAppWidgetId(mContext, -1);
mCb.refreshSearchWidget();
}