Home
last modified time | relevance | path

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

/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
DWeatherWidgetProvider.java181 final PendingIntent refreshPendingIntent = PendingIntent.getBroadcast(context, 0, in buildLayout() local
183 rv.setOnClickPendingIntent(R.id.refresh, refreshPendingIntent); in buildLayout()