Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
H A DAugmentedHelper.java93 @NonNull Activity activity, @NonNull AutofillId expectedFocusedId, in assertBasicRequestInfo()
101 @NonNull Activity activity, @NonNull AutofillId expectedFocusedId, in assertBasicRequestInfo()
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
H A DAbstractLoginNotImportantForAutofillTestCase.java50 final AutofillId expectedFocusedId = username.getAutofillId(); in testAutofill_none() local