Searched refs:findNodeByAutofillHint (Results 1 – 2 of 2) sorted by relevance
34 import static android.autofillservice.cts.Helper.findNodeByAutofillHint;144 assertThat(findNodeByAutofillHint(mRoot, "importantAmI")).isNotNull();219 assertNode(findNodeByAutofillHint(mRoot, "importantAmI"), IMPORTANT_FOR_AUTOFILL_AUTO);
391 public static ViewNode findNodeByAutofillHint(ViewNode node, String hint) { in findNodeByAutofillHint() method in Helper