Home | History | Annotate | Download | only in cts

Lines Matching defs:password

199         // NOTE: must be on password, as saveOnlyTest() will trigger on username
231 // Trigger autofill on password - should call service
242 // Tap password again - should be ignored
254 // Trigger autofill by manually requesting password - should call service
344 // Dynamically set password to make sure it's sanitized.
369 assertWithMessage("Password node is focused").that(
384 final View password = mActivity.getPassword();
408 // Move to password
411 callback.assertUiShownEvent(password);
424 callback.assertUiHiddenEvent(password);
431 // And back to the password again..
434 callback.assertUiShownEvent(password);
447 // ... for password
451 Helper.assertBitmapsAreSame("password", passwordScreenshot1, passwordScreenshot2);
538 // ... but just one for password
728 final View password = mActivity.getPassword();
734 callback.assertUiShownEvent(password);
835 assertTextOnly(fillRequest.structure, ID_PASSWORD_LABEL, "Password");
848 // Set right password...
867 assertTextOnly(saveRequest.structure, ID_PASSWORD_LABEL, "Password");
951 // Set right password...
967 final ViewNode password = findNodeByResourceId(saveRequest.structure, ID_PASSWORD);
968 assertTextAndValue(password, "dude");
1060 * and password).
1072 createPresentation("Dude's password"))
1085 mUiBot.assertDatasets("Dude's password");
1091 mUiBot.selectDataset("Dude's password");
1099 * and password) and the dataset itself, and each dataset has the same number of fields.
1144 * and password), and each dataset has the same number of fields.
1188 * and password), but each dataset has a different number of fields.
1231 * and password), but each dataset has a different number of fields.
1326 final ViewNode password = findNodeByResourceId(saveRequest.structure, ID_PASSWORD);
1327 assertTextAndValue(password, "malkovich");
1453 final ViewNode password = findNodeByResourceId(saveRequest.structure, ID_PASSWORD);
1454 assertTextAndValue(password, "pass_after");
1500 final ViewNode password = findNodeByResourceId(saveRequest.structure, ID_PASSWORD);
1501 assertTextAndValue(password, "thou should pass");
1547 final ViewNode password = findNodeByResourceId(saveRequest.structure, ID_PASSWORD);
1548 assertTextAndValue(password, "malkovich");
1627 final ViewNode password = findNodeByResourceId(saveRequest.structure, ID_PASSWORD);
1628 assertTextAndValue(password, "whatever");
1875 final ViewNode password = findNodeByResourceId(fillRequest.structure, ID_PASSWORD);
1876 assertWithMessage("No TYPE_TEXT_VARIATION_PASSWORD on %s", password.getInputType())
1877 .that(password.getInputType() & TYPE_TEXT_VARIATION_PASSWORD)
1901 // 4.password text label
1902 // 5.password text field
2025 // ... but password didn't
2077 // Change password to make sure it's not sent to the service.
2138 // Change password to make sure it's not sent to the service.
2169 final String password = "pass-" + i;
2187 mActivity.onPassword((v) -> v.setText(password));
2206 assertTextAndValue(passwordNode, password);
2225 final String password = "pass-" + i;
2228 .setField(ID_PASSWORD, password)
2231 mActivity.expectAutoFill(username, password);
2440 assertWithMessage("Wrong position on password").that(atomicBombToKillASmallInsect.get())
2524 final ViewNode password = findNodeByResourceId(request.structure, ID_PASSWORD);
2525 assertThat(password.getMinTextEms()).isEqualTo(-1);
2526 assertThat(password.getMaxTextEms()).isEqualTo(-1);
2527 assertThat(password.getMaxTextLength()).isEqualTo(-1);