Home
last modified time | relevance | path

Searched defs:expectedFocusedValue (Results 1 – 2 of 2) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DAbstractLoginNotImportantForAutofillTestCase.java47 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_none() local
74 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_oneField() local
110 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_twoFields() local
147 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_manualRequest() local
183 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_autoThenManualRequests() local
DAugmentedHelper.java81 @NonNull AutofillValue expectedFocusedValue) { in assertBasicRequestInfo()
88 @NonNull String expectedFocusedValue) { in assertBasicRequestInfo()