Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/appwidget/
DAppWidgetProviderInfo.java335 public int widgetCategory; field in AppWidgetProviderInfo
407 this.widgetCategory = in.readInt(); in AppWidgetProviderInfo()
534 out.writeInt(this.widgetCategory); in writeToParcel()
567 that.widgetCategory = this.widgetCategory; in clone()
DAppWidgetManager.java1478 @Nullable UserHandle profile, @AppWidgetProviderInfo.CategoryFlags int widgetCategory) { in getWidgetPreview() argument
1484 widgetCategory); in getWidgetPreview()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetXmlUtil.java99 out.attributeInt(null, ATTR_WIDGET_CATEGORY, info.widgetCategory); in writeAppWidgetProviderInfoLocked()
140 info.widgetCategory = parser.getAttributeInt(null, ATTR_WIDGET_CATEGORY, 0); in readAppWidgetProviderInfoLocked()
DAppWidgetServiceImpl.java1921 if ((info.widgetCategory & AppWidgetProviderInfo.WIDGET_CATEGORY_HOME_SCREEN) == 0) { in requestPinAppWidget()
1977 if ((info.widgetCategory & categoryFilter) == 0) { in getInstalledProvidersForProfile()
2821 pw.print(info.widgetCategory); in dumpProviderLocked()
3114 info.widgetCategory = sa.getInt( in parseAppWidgetProviderInfo()
4232 @AppWidgetProviderInfo.CategoryFlags int widgetCategory) { in getWidgetPreview() argument
4238 ensureWidgetCategoryCombinationIsValid(widgetCategory); in getWidgetPreview()
4273 return provider.getGeneratedPreviewLocked(widgetCategory); in getWidgetPreview()
/frameworks/base/core/java/com/android/internal/appwidget/
DIAppWidgetService.aidl86 in ComponentName providerComponent, in int profileId, in int widgetCategory); in getWidgetPreview() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/
DCommunalInteractor.kt402 if (widget.providerInfo.widgetCategory and allowedCategories != 0) { in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/domain/interactor/
DCommunalInteractorTest.kt1207 widgetCategory = AppWidgetProviderInfo.WIDGET_CATEGORY_KEYGUARD in <lambda>()
1235 val providerInfo = mock<AppWidgetProviderInfo>().apply { widgetCategory = category } in <lambda>()
/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.txt1380 field public static final int widgetCategory = 16843716; // 0x10103c4
5787 field public int widgetCategory;
/frameworks/base/core/api/
Dcurrent.txt1862 field public static final int widgetCategory = 16843716; // 0x10103c4
9697 field public int widgetCategory;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt76102 Lcom/android/internal/R$attr;->widgetCategory:I