Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java402 public static ViewNode findNodeByHtmlName(AssistStructure structure, String htmlName) { in findNodeByHtmlName() argument
403 return findNodeByFilter(structure, htmlName, HTML_NAME_FILTER); in findNodeByHtmlName()
409 public static ViewNode findNodeByHtmlName(List<FillContext> contexts, String htmlName) { in findNodeByHtmlName() argument
410 return findNodeByFilter(contexts, htmlName, HTML_NAME_FILTER); in findNodeByHtmlName()
416 public static ViewNode findNodeByHtmlName(ViewNode node, String htmlName) { in findNodeByHtmlName() argument
417 return findNodeByFilter(node, htmlName, HTML_NAME_FILTER); in findNodeByHtmlName()