Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java1210 Intent appWidgetIntent = new Intent(AppWidgetManager.ACTION_APPWIDGET_BIND); in clickAllowBindWidget() local
1211 appWidgetIntent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, appWidgetId); in clickAllowBindWidget()
1212 appWidgetIntent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_PROVIDER, in clickAllowBindWidget()
1218 intent.putExtra(Intent.EXTRA_INTENT, appWidgetIntent); in clickAllowBindWidget()
1225 List<ResolveInfo> ris = pm.queryIntentActivities(appWidgetIntent, in clickAllowBindWidget()