Searched refs:OPTION_APPWIDGET_HOST_CATEGORY (Results 1 – 11 of 11) sorted by relevance
551 if (options.containsKey(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY)) { in getDefaultView()552 int category = options.getInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY); in getDefaultView()
193 public static final String OPTION_APPWIDGET_HOST_CATEGORY = "appWidgetCategory"; field in AppWidgetManager
144 options.putInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, in launchWidgetPicker()
303 opts.putInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, in addSearchBarAppWidgetView()
473 opts.putInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, in bindSearchAppWidget()
801 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()
372 {@link android.appwidget.AppWidgetManager#OPTION_APPWIDGET_HOST_CATEGORY}
758 {@link android.appwidget.AppWidgetManager#OPTION_APPWIDGET_HOST_CATEGORY}, whose value will be one …766 // Get the value of OPTION_APPWIDGET_HOST_CATEGORY767 int category = myOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, -1);
286 NO DOC BLOCK: android.appwidget.AppWidgetManager Field OPTION_APPWIDGET_HOST_CATEGORY
5951 field public static final java.lang.String OPTION_APPWIDGET_HOST_CATEGORY = "appWidgetCategory";
5739 field public static final java.lang.String OPTION_APPWIDGET_HOST_CATEGORY = "appWidgetCategory";