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