Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DAbstractLoginNotImportantForAutofillTestCase.java49 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_none() local
58 assertBasicRequestInfo(request, mActivity, expectedFocusedId, expectedFocusedValue); in testAutofill_none()
76 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_oneField() local
89 assertBasicRequestInfo(request, mActivity, usernameId, expectedFocusedValue); in testAutofill_oneField()
112 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_twoFields() local
126 assertBasicRequestInfo(request, mActivity, usernameId, expectedFocusedValue); in testAutofill_twoFields()
149 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_manualRequest() local
163 assertBasicRequestInfo(request, mActivity, usernameId, expectedFocusedValue, in testAutofill_manualRequest()
187 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_autoThenManualRequests() local
199 assertBasicRequestInfo(request1, mActivity, usernameId, expectedFocusedValue); in testAutofill_autoThenManualRequests()
[all …]
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DAugmentedHelper.java94 @Nullable AutofillValue expectedFocusedValue) { in assertBasicRequestInfo() argument
96 assertBasicRequestInfo(request, activity, expectedFocusedId, expectedFocusedValue, in assertBasicRequestInfo()
102 @Nullable AutofillValue expectedFocusedValue, boolean hasInlineRequest) { in assertBasicRequestInfo() argument
124 if (expectedFocusedValue != null) { in assertBasicRequestInfo()
127 assertAutofillValue(expectedFocusedValue, actualFocusedValue); in assertBasicRequestInfo()
140 expectedFocusedValue); in assertBasicRequestInfo()
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DAugmentedLoginActivityTest.java116 final AutofillValue expectedFocusedValue = username.getAutofillValue();
127 assertBasicRequestInfo(augmentedRequest, mActivity, usernameId, expectedFocusedValue);
145 final AutofillValue expectedFocusedValue = username.getAutofillValue();
157 assertBasicRequestInfo(augmentedRequest, mActivity, usernameId, expectedFocusedValue,
179 final AutofillValue expectedFocusedValue = username.getAutofillValue();
190 assertBasicRequestInfo(request, mActivity, expectedFocusedId, expectedFocusedValue);
248 final AutofillValue expectedFocusedValue = username.getAutofillValue();
258 assertBasicRequestInfo(request, mActivity, expectedFocusedId, expectedFocusedValue);
316 final AutofillValue expectedFocusedValue = username.getAutofillValue();
328 assertBasicRequestInfo(request, mActivity, expectedFocusedId, expectedFocusedValue);
[all …]