Searched refs:widgetCategory (Results 1 – 11 of 11) sorted by relevance
335 public int widgetCategory; field in AppWidgetProviderInfo407 this.widgetCategory = in.readInt(); in AppWidgetProviderInfo()534 out.writeInt(this.widgetCategory); in writeToParcel()567 that.widgetCategory = this.widgetCategory; in clone()
1478 @Nullable UserHandle profile, @AppWidgetProviderInfo.CategoryFlags int widgetCategory) { in getWidgetPreview() argument1484 widgetCategory); in getWidgetPreview()
99 out.attributeInt(null, ATTR_WIDGET_CATEGORY, info.widgetCategory); in writeAppWidgetProviderInfoLocked()140 info.widgetCategory = parser.getAttributeInt(null, ATTR_WIDGET_CATEGORY, 0); in readAppWidgetProviderInfoLocked()
1921 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() argument4238 ensureWidgetCategoryCombinationIsValid(widgetCategory); in getWidgetPreview()4273 return provider.getGeneratedPreviewLocked(widgetCategory); in getWidgetPreview()
86 in ComponentName providerComponent, in int profileId, in int widgetCategory); in getWidgetPreview() argument
402 if (widget.providerInfo.widgetCategory and allowedCategories != 0) { in <lambda>()
1207 widgetCategory = AppWidgetProviderInfo.WIDGET_CATEGORY_KEYGUARD in <lambda>()1235 val providerInfo = mock<AppWidgetProviderInfo>().apply { widgetCategory = category } in <lambda>()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
1380 field public static final int widgetCategory = 16843716; // 0x10103c45787 field public int widgetCategory;
1862 field public static final int widgetCategory = 16843716; // 0x10103c49697 field public int widgetCategory;
76102 Lcom/android/internal/R$attr;->widgetCategory:I