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