Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DAbstractLoginNotImportantForAutofillTestCase.java48 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_none() local
75 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_oneField() local
111 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_twoFields() local
148 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_manualRequest() local
186 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_autoThenManualRequests() local
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DAugmentedHelper.java81 @Nullable AutofillValue expectedFocusedValue) { in assertBasicRequestInfo()
87 @Nullable AutofillValue expectedFocusedValue, boolean hasInlineRequest) { in assertBasicRequestInfo()