Home
last modified time | relevance | path

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

/development/apps/WidgetPreview/src/com/android/widgetpreview/
DWidgetPreviewActivity.java150 Intent configureIntent = new Intent(AppWidgetManager.ACTION_APPWIDGET_CONFIGURE); in setAppWidget() local
151 configureIntent.setComponent(providerInfo.configure); in setAppWidget()
152 configureIntent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, appWidgetId); in setAppWidget()
154 if (configureIntent != null) { in setAppWidget()
156 startActivityForResult(configureIntent, REQUEST_CONFIGURE); in setAppWidget()