Searched refs:expectedFocusedValue (Results 1 – 3 of 3) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/ |
D | AbstractLoginNotImportantForAutofillTestCase.java | 48 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_none() local 57 assertBasicRequestInfo(request, mActivity, expectedFocusedId, expectedFocusedValue); in testAutofill_none() 75 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_oneField() local 88 assertBasicRequestInfo(request, mActivity, usernameId, expectedFocusedValue); in testAutofill_oneField() 111 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_twoFields() local 125 assertBasicRequestInfo(request, mActivity, usernameId, expectedFocusedValue); in testAutofill_twoFields() 148 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_manualRequest() local 162 assertBasicRequestInfo(request, mActivity, usernameId, expectedFocusedValue, in testAutofill_manualRequest() 186 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_autoThenManualRequests() local 198 assertBasicRequestInfo(request1, mActivity, usernameId, expectedFocusedValue); in testAutofill_autoThenManualRequests() [all …]
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | AugmentedHelper.java | 81 @Nullable AutofillValue expectedFocusedValue) { in assertBasicRequestInfo() argument 82 assertBasicRequestInfo(request, activity, expectedFocusedId, expectedFocusedValue, true); in assertBasicRequestInfo() 87 @Nullable AutofillValue expectedFocusedValue, boolean hasInlineRequest) { in assertBasicRequestInfo() argument 109 if (expectedFocusedValue != null) { in assertBasicRequestInfo() 112 assertAutofillValue(expectedFocusedValue, actualFocusedValue); in assertBasicRequestInfo() 125 expectedFocusedValue); in assertBasicRequestInfo()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/ |
D | AugmentedLoginActivityTest.java | 111 final AutofillValue expectedFocusedValue = username.getAutofillValue(); 122 assertBasicRequestInfo(augmentedRequest, mActivity, usernameId, expectedFocusedValue); 140 final AutofillValue expectedFocusedValue = username.getAutofillValue(); 152 assertBasicRequestInfo(augmentedRequest, mActivity, usernameId, expectedFocusedValue, 171 final AutofillValue expectedFocusedValue = username.getAutofillValue(); 182 assertBasicRequestInfo(request, mActivity, expectedFocusedId, expectedFocusedValue); 240 final AutofillValue expectedFocusedValue = username.getAutofillValue(); 250 assertBasicRequestInfo(request, mActivity, expectedFocusedId, expectedFocusedValue); 308 final AutofillValue expectedFocusedValue = username.getAutofillValue(); 320 assertBasicRequestInfo(request, mActivity, expectedFocusedId, expectedFocusedValue); [all …]
|