D | WidgetsListHeaderEntry.java | 33 public final class WidgetsListHeaderEntry extends WidgetsListBaseEntry { class 35 private static final BiFunction<Context, WidgetsListHeaderEntry, String> SUBTITLE_SEARCH = 69 private WidgetsListHeaderEntry(PackageItemInfo pkgItem, String titleSectionName, in WidgetsListHeaderEntry() method in WidgetsListHeaderEntry 78 private WidgetsListHeaderEntry(PackageItemInfo pkgItem, String titleSectionName, in WidgetsListHeaderEntry() method in WidgetsListHeaderEntry 113 if (!(obj instanceof WidgetsListHeaderEntry)) return false; in equals() 114 WidgetsListHeaderEntry otherEntry = (WidgetsListHeaderEntry) obj; in equals() 123 public WidgetsListHeaderEntry withWidgetListShown() { in withWidgetListShown() 125 return new WidgetsListHeaderEntry( in withWidgetListShown() 134 public static WidgetsListHeaderEntry create(PackageItemInfo pkgItem, String titleSectionName, in create() 136 return new WidgetsListHeaderEntry( in create() [all …]
|