HomeSort by relevance Sort by last modified time
    Searched defs:assertTextAndValue (Results 1 - 8 of 8) sorted by null

  /cts/tests/autofillservice/src/android/autofillservice/cts/
LoginWithStringsActivityTest.java 23 import static android.autofillservice.cts.Helper.assertTextAndValue;
126 assertTextAndValue(username, "dude");
128 assertTextAndValue(password, "dude");
SessionLifecycleTest.java 22 import static android.autofillservice.cts.Helper.assertTextAndValue;
231 assertTextAndValue(username, "autofilled username");
234 assertTextAndValue(password, "new password");
464 assertTextAndValue(username, "dude");
VirtualContainerActivityCompatModeTest.java 20 import static android.autofillservice.cts.Helper.assertTextAndValue;
225 assertTextAndValue(username, "foo");
226 assertTextAndValue(password, "bar");
228 assertTextAndValue(urlBar, INITIAL_URL_BAR_VALUE);
WebViewActivityTest.java 227 Helper.assertTextAndValue(usernameNode, "u");
228 Helper.assertTextAndValue(passwordNode, "p");
230 Helper.assertTextAndValue(usernameNode, "DUDE");
231 Helper.assertTextAndValue(passwordNode, "SWEET");
309 Helper.assertTextAndValue(usernameNode2, "dudeu");
310 Helper.assertTextAndValue(passwordNode2, "sweetp");
312 Helper.assertTextAndValue(usernameNode2, "DUDE");
313 Helper.assertTextAndValue(passwordNode2, "SWEET");
426 Helper.assertTextAndValue(usernameSaveNode, "dudeu");
427 Helper.assertTextAndValue(passwordSaveNode, "sweetp")
    [all...]
AuthenticationTest.java 24 import static android.autofillservice.cts.Helper.assertTextAndValue;
    [all...]
VirtualContainerActivityTest.java 23 import static android.autofillservice.cts.Helper.assertTextAndValue;
588 assertTextAndValue(username, "foo");
589 assertTextAndValue(password, "bar");
788 assertTextAndValue(node, expectedValue);
Helper.java 454 static void assertTextAndValue(ViewNode node, String expectedValue) {
462 static ViewNode assertTextAndValue(AssistStructure structure, String resourceId,
465 assertTextAndValue(node, expectedValue);
    [all...]
LoginActivityTest.java 27 import static android.autofillservice.cts.Helper.assertTextAndValue;
    [all...]

Completed in 126 milliseconds