Home
last modified time | relevance | path

Searched refs:htmlInfo (Results 1 – 2 of 2) sorted by relevance

/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
DUtil.java123 HtmlInfo htmlInfo = node.getHtmlInfo(); in dumpNode() local
125 if (htmlInfo != null) { in dumpNode()
127 .append("HTML TAG: ").append(htmlInfo.getTag()) in dumpNode()
128 .append(" attrs: ").append(htmlInfo.getAttributes()) in dumpNode()
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/util/
DUtil.java136 HtmlInfo htmlInfo = node.getHtmlInfo(); in dumpNode() local
138 if (htmlInfo != null) { in dumpNode()
140 .append("HTML TAG: ").append(htmlInfo.getTag()) in dumpNode()
141 .append(" attrs: ").append(htmlInfo.getAttributes()) in dumpNode()