Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DFatActivityTest.java34 import static android.autofillservice.cts.Helper.findNodeByAutofillHint;
144 assertThat(findNodeByAutofillHint(mRoot, "importantAmI")).isNotNull();
219 assertNode(findNodeByAutofillHint(mRoot, "importantAmI"), IMPORTANT_FOR_AUTOFILL_AUTO);
DHelper.java391 public static ViewNode findNodeByAutofillHint(ViewNode node, String hint) { in findNodeByAutofillHint() method in Helper