Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DValidatorTest.java54 private void integrationTest(boolean willSaveBeShown) throws Exception { in integrationTest() argument
57 final String username = willSaveBeShown ? "7992739871-3" : "4815162342-108"; in integrationTest()
67 assertValidator(validator, usernameId, username, willSaveBeShown); in integrationTest()
83 if (willSaveBeShown) { in integrationTest()