Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/appwidget/
DAppWidgetHostView.java551 if (options.containsKey(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY)) { in getDefaultView()
552 int category = options.getInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY); in getDefaultView()
DAppWidgetManager.java193 public static final String OPTION_APPWIDGET_HOST_CATEGORY = "appWidgetCategory"; field in AppWidgetManager
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardActivityLauncher.java144 options.putInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, in launchWidgetPicker()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsActivity.java303 opts.putInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, in addSearchBarAppWidgetView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DSystemServicesProxy.java473 opts.putInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, in bindSearchAppWidget()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java801 if (!widget.options.containsKey(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY)) { in bindAppWidgetId()
802 widget.options.putInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, in bindAppWidgetId()
2040 AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY))); in serializeAppWidget()
2591 options.putInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, in readProfileStateFromFileLocked()
4030 options.putInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, in parseWidgetIdOptions()
/frameworks/base/docs/html/guide/topics/appwidgets/
Dhost.jd372 {@link android.appwidget.AppWidgetManager#OPTION_APPWIDGET_HOST_CATEGORY}
Dindex.jd758 {@link android.appwidget.AppWidgetManager#OPTION_APPWIDGET_HOST_CATEGORY}, whose value will be one …
766 // Get the value of OPTION_APPWIDGET_HOST_CATEGORY
767 int category = myOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, -1);
/frameworks/base/docs/html/sdk/api_diff/17/
DmissingSinces.txt286 NO DOC BLOCK: android.appwidget.AppWidgetManager Field OPTION_APPWIDGET_HOST_CATEGORY
/frameworks/base/api/
Dsystem-current.txt5951 field public static final java.lang.String OPTION_APPWIDGET_HOST_CATEGORY = "appWidgetCategory";
Dcurrent.txt5739 field public static final java.lang.String OPTION_APPWIDGET_HOST_CATEGORY = "appWidgetCategory";