Searched refs:HtmlInfoNode (Results 1 – 1 of 1) sorted by relevance
1792 private static final class HtmlInfoNode extends HtmlInfo implements Parcelable { class in AssistStructure1800 private HtmlInfoNode(HtmlInfoNodeBuilder builder) { in HtmlInfoNode() method in AssistStructure.HtmlInfoNode1843 public static final Creator<HtmlInfoNode> CREATOR = new Creator<HtmlInfoNode>() {1845 public HtmlInfoNode createFromParcel(Parcel parcel) {1867 public HtmlInfoNode[] newArray(int size) {1868 return new HtmlInfoNode[size];1894 public HtmlInfoNode build() { in build()1895 return new HtmlInfoNode(this); in build()