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.java49 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_none() local
76 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_oneField() local
112 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_twoFields() local
149 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_manualRequest() local
187 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_autoThenManualRequests() local
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DAugmentedHelper.java94 @Nullable AutofillValue expectedFocusedValue) { in assertBasicRequestInfo()
102 @Nullable AutofillValue expectedFocusedValue, boolean hasInlineRequest) { in assertBasicRequestInfo()