Home
last modified time | relevance | path

Searched refs:toastIntent (Results 1 – 1 of 1) sorted by relevance

/development/samples/StackWidget/src/com/example/android/stackwidget/
DStackWidgetProvider.java82 Intent toastIntent = new Intent(context, StackWidgetProvider.class); in onUpdate() local
83 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()