Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/
DCommunalWidgetHost.kt116 AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/widgets/
DCommunalWidgetHostTest.kt124 assertThat(bundle.getInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY)) in allocateIdAndBindWidget_withCurrentUser()
147 assertThat(bundle.getInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY)) in allocateIdAndBindWidget_onSuccess()
/frameworks/base/core/java/android/appwidget/
DAppWidgetHostView.java809 if (options.containsKey(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY)) { in getDefaultView()
810 int category = options.getInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY); in getDefaultView()
DAppWidgetManager.java251 public static final String OPTION_APPWIDGET_HOST_CATEGORY = "appWidgetCategory"; field in AppWidgetManager
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java1332 if (!widget.options.containsKey(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY)) { in bindAppWidgetId()
1333 widget.options.putInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, in bindAppWidgetId()
2913 AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY)); in serializeAppWidget()
2958 options.putInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, category); in parseWidgetIdOptions()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5737 field public static final java.lang.String OPTION_APPWIDGET_HOST_CATEGORY = "appWidgetCategory";
/frameworks/base/core/api/
Dcurrent.txt9633 field public static final String OPTION_APPWIDGET_HOST_CATEGORY = "appWidgetCategory";