Searched refs:widgetCategory (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProviderInfo.java138 * see {@link #widgetCategory}.
204 * <p>This field corresponds to the <code>widgetCategory</code> attribute in
207 public int widgetCategory; field in class:AppWidgetProviderInfo
239 this.widgetCategory = in.readInt();
333 out.writeInt(this.widgetCategory);
355 that.widgetCategory = this.widgetCategory;
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java1570 if (provider.zombie || (info.widgetCategory & categoryFilter) == 0) {
2274 pw.print(" widgetCategory=");
2275 pw.print(info.widgetCategory);
2467 info.widgetCategory = sa.getInt(

Completed in 114 milliseconds