Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/
DSimpleSaveActivityTest.java261 final String visiblePassword = password.getText(); in testAutoFillOneDatasetAndSave_usingUiAutomatorOnly() local
262 assertWithMessage("'password' should not be visible").that(visiblePassword) in testAutoFillOneDatasetAndSave_usingUiAutomatorOnly()
264 assertWithMessage("wrong value for 'password'").that(visiblePassword).hasLength(4); in testAutoFillOneDatasetAndSave_usingUiAutomatorOnly()