Searched refs:expectedFocusedValue (Results 1 – 3 of 3) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/ |
D | AbstractLoginNotImportantForAutofillTestCase.java | 47 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_none() local 56 assertBasicRequestInfo(request, mActivity, expectedFocusedId, expectedFocusedValue); in testAutofill_none() 74 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_oneField() local 87 assertBasicRequestInfo(request, mActivity, usernameId, expectedFocusedValue); in testAutofill_oneField() 110 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_twoFields() local 124 assertBasicRequestInfo(request, mActivity, usernameId, expectedFocusedValue); in testAutofill_twoFields() 147 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_manualRequest() local 160 assertBasicRequestInfo(request, mActivity, usernameId, expectedFocusedValue); in testAutofill_manualRequest() 183 final AutofillValue expectedFocusedValue = username.getAutofillValue(); in testAutofill_autoThenManualRequests() local 195 assertBasicRequestInfo(request1, mActivity, usernameId, expectedFocusedValue); in testAutofill_autoThenManualRequests() [all …]
|
D | AugmentedLoginActivityTest.java | 102 final AutofillValue expectedFocusedValue = username.getAutofillValue(); 113 assertBasicRequestInfo(augmentedRequest, mActivity, usernameId, expectedFocusedValue); 131 final AutofillValue expectedFocusedValue = username.getAutofillValue(); 142 assertBasicRequestInfo(augmentedRequest, mActivity, usernameId, expectedFocusedValue); 160 final AutofillValue expectedFocusedValue = username.getAutofillValue(); 171 assertBasicRequestInfo(request, mActivity, expectedFocusedId, expectedFocusedValue); 229 final AutofillValue expectedFocusedValue = username.getAutofillValue(); 239 assertBasicRequestInfo(request, mActivity, expectedFocusedId, expectedFocusedValue); 294 final AutofillValue expectedFocusedValue = username.getAutofillValue(); 309 assertBasicRequestInfo(request, mActivity, usernameId, expectedFocusedValue); [all …]
|
D | AugmentedHelper.java | 81 @NonNull AutofillValue expectedFocusedValue) { in assertBasicRequestInfo() argument 83 expectedFocusedValue.getTextValue().toString()); in assertBasicRequestInfo() 88 @NonNull String expectedFocusedValue) { in assertBasicRequestInfo() argument 111 assertAutofillValue(expectedFocusedValue, actualFocusedValue); in assertBasicRequestInfo()
|