Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java793 if (options.containsKey(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY)) { in getDefaultView()
794 int category = options.getInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY); in getDefaultView()
H A DAppWidgetManager.java246 public static final String OPTION_APPWIDGET_HOST_CATEGORY = "appWidgetCategory"; field in AppWidgetManager
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java1129 if (!widget.options.containsKey(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY)) { in bindAppWidgetId()
1130 widget.options.putInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, in bindAppWidgetId()
2614 AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY)); in serializeAppWidget()
2649 options.putInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, category); in parseWidgetIdOptions()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt9366 field public static final String OPTION_APPWIDGET_HOST_CATEGORY = "appWidgetCategory";