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