Searched refs:ACTION_APPWIDGET_CONFIGURE (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DAppWidgetHostActivity.java90 Intent intent = new Intent(AppWidgetManager.ACTION_APPWIDGET_CONFIGURE);
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java91 * @see #ACTION_APPWIDGET_CONFIGURE
144 * @see #ACTION_APPWIDGET_CONFIGURE
173 public static final String ACTION_APPWIDGET_CONFIGURE = "android.appwidget.action.APPWIDGET_CONFIGURE"; field in class:AppWidgetManager
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java1068 Intent intent = new Intent(AppWidgetManager.ACTION_APPWIDGET_CONFIGURE);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java21141 || AppWidgetManager.ACTION_APPWIDGET_CONFIGURE.equals(action)
21315 } else if (AppWidgetManager.ACTION_APPWIDGET_CONFIGURE.equals(action)
[all...]

Completed in 314 milliseconds