Searched refs:toastIntent (Results 1 – 1 of 1) sorted by relevance
82 Intent toastIntent = new Intent(context, StackWidgetProvider.class); in onUpdate() local83 toastIntent.setAction(StackWidgetProvider.TOAST_ACTION); in onUpdate()84 toastIntent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, appWidgetIds[i]); in onUpdate()86 PendingIntent toastPendingIntent = PendingIntent.getBroadcast(context, 0, toastIntent, in onUpdate()