Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DLoginWithStringsActivityTest.java25 import static android.autofillservice.cts.testcore.Helper.assertHintFromResources;
106 assertHintFromResources(fillRequest.structure, ID_USERNAME, "Hint for username",
108 assertHintFromResources(fillRequest.structure, ID_PASSWORD, "Hint for password",
150 assertHintFromResources(fillRequest.structure, ID_USERNAME, "Hint for username",
152 assertHintFromResources(fillRequest.structure, ID_PASSWORD, "Hint for password",
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java592 public static ViewNode assertHintFromResources(AssistStructure structure, String resourceId, in assertHintFromResources() method in Helper