Home
last modified time | relevance | path

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

/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
DAppWidgetHostActivity.java90 Intent intent = new Intent(AppWidgetManager.ACTION_APPWIDGET_CONFIGURE); in configureAppWidget()
/frameworks/base/core/java/android/appwidget/
DAppWidgetManager.java156 …public static final String ACTION_APPWIDGET_CONFIGURE = "android.appwidget.action.APPWIDGET_CONFIG… field in AppWidgetManager
/frameworks/base/docs/html/guide/topics/appwidgets/
Dhost.jd172 Intent intent = new Intent(AppWidgetManager.ACTION_APPWIDGET_CONFIGURE);
Dindex.jd591 android.appwidget.AppWidgetManager#ACTION_APPWIDGET_CONFIGURE
592 ACTION_APPWIDGET_CONFIGURE} action,
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java704 Intent intent = new Intent(AppWidgetManager.ACTION_APPWIDGET_CONFIGURE); in createAppWidgetConfigIntentSender()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java15879 } else if (AppWidgetManager.ACTION_APPWIDGET_CONFIGURE.equals(intent.getAction())) { in broadcastIntentLocked()
/frameworks/base/api/
Dsystem-current.txt5931 …field public static final java.lang.String ACTION_APPWIDGET_CONFIGURE = "android.appwidget.action.…
Dcurrent.txt5719 …field public static final java.lang.String ACTION_APPWIDGET_CONFIGURE = "android.appwidget.action.…