Searched defs:usernameId (Results 1 – 3 of 3) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/ |
D | AbstractLoginNotImportantForAutofillTestCase.java | 73 final AutofillId usernameId = username.getAutofillId(); in testAutofill_oneField() local 109 final AutofillId usernameId = username.getAutofillId(); in testAutofill_twoFields() local 146 final AutofillId usernameId = username.getAutofillId(); in testAutofill_manualRequest() local 182 final AutofillId usernameId = username.getAutofillId(); in testAutofill_autoThenManualRequests() local
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | CustomDescriptionTest.java | 190 testCustomDescription((usernameId, passwordId) -> { in validTransformation() argument 211 testCustomDescription((usernameId, passwordId) -> { in validTransformationWithOneTemplateUpdate() argument 237 testCustomDescription((usernameId, passwordId) -> { in validTransformationWithMultipleTemplateUpdates() argument 344 testCustomDescription((usernameId, passwordId) -> { in multipleBatchUpdatesTest() argument 394 testCustomDescription((usernameId, passwordId) -> { in testBatchUpdatesApplyUpdateFirstThenTransformations() argument 433 testCustomDescription((usernameId, passwordId) -> { in badImageTransformation() argument 448 testCustomDescription((usernameId, passwordId) -> { in unusedImageTransformation() argument 464 testCustomDescription((usernameId, passwordId) -> { in applyImageTransformationToTextView() argument 480 testCustomDescription((usernameId, passwordId) -> { in failFirstFailAll() argument 496 testCustomDescription((usernameId, passwordId) -> { in failSecondFailAll() argument [all …]
|
D | FillEventHistoryTest.java | 827 final AutofillId usernameId = findAutofillIdByResourceId(context, ID_USERNAME); in testContextCommitted_oneDatasetSelected() local 1107 final AutofillId usernameId = findAutofillIdByResourceId(context, ID_USERNAME); in testContextCommitted_noDatasetSelected_butManuallyEntered() local 1180 final AutofillId usernameId = findAutofillIdByResourceId(context, ID_USERNAME); in testContextCommitted_noDatasetSelected_butManuallyEntered_matchingMultipleDatasets() local
|