Home
last modified time | relevance | path

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

/development/samples/StackWidget/src/com/example/android/stackwidget/
DStackWidgetProvider.java86 PendingIntent toastPendingIntent = PendingIntent.getBroadcast(context, 0, toastIntent, in onUpdate() local
88 rv.setPendingIntentTemplate(R.id.stack_view, toastPendingIntent); in onUpdate()