Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/appwidget/
DAppWidgetHostView.java619 if (options.containsKey(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY)) { in getDefaultView()
620 int category = options.getInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY); in getDefaultView()
DAppWidgetManager.java211 public static final String OPTION_APPWIDGET_HOST_CATEGORY = "appWidgetCategory"; field in AppWidgetManager
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java1165 if (!widget.options.containsKey(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY)) { in bindAppWidgetId()
1166 widget.options.putInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, in bindAppWidgetId()
2482 AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY))); in serializeAppWidget()
3182 options.putInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, in readProfileStateFromFileLocked()
4753 options.putInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, in parseWidgetIdOptions()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5737 field public static final java.lang.String OPTION_APPWIDGET_HOST_CATEGORY = "appWidgetCategory";
/frameworks/base/api/
Dcurrent.txt7883 field public static final String OPTION_APPWIDGET_HOST_CATEGORY = "appWidgetCategory";