Searched refs:updateAllWidgetsIntent (Results 1 – 1 of 1) sorted by relevance
1046 final Intent updateAllWidgetsIntent = in onCreate() local1048 updateAllWidgetsIntent.putExtra(BaseWidgetProvider.EXTRA_UPDATE_ALL_WIDGETS, true); in onCreate()1049 updateAllWidgetsIntent.setType(context.getString(R.string.application_mime_type)); in onCreate()1050 context.sendBroadcast(updateAllWidgetsIntent); in onCreate()