Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DLoginActivityCommonTestCase.java163 final FillContext fillContext = request.contexts.get(request.contexts.size() - 1); in testBasicLoginAutofill() local
164 assertThat(fillContext.getFocusedId()) in testBasicLoginAutofill()
165 .isEqualTo(findAutofillIdByResourceId(fillContext, ID_USERNAME)); in testBasicLoginAutofill()
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DInlineLoginActivityTest.java158 final FillContext fillContext = request.contexts.get(request.contexts.size() - 1); in testAutofill_disjointDatasets() local
159 assertThat(fillContext.getFocusedId()) in testAutofill_disjointDatasets()
160 .isEqualTo(findAutofillIdByResourceId(fillContext, ID_USERNAME)); in testAutofill_disjointDatasets()
255 final FillContext fillContext = request.contexts.get(request.contexts.size() - 1); in testAutofill_selectDatasetThenHideInlineSuggestion() local
256 assertThat(fillContext.getFocusedId()) in testAutofill_selectDatasetThenHideInlineSuggestion()
257 .isEqualTo(findAutofillIdByResourceId(fillContext, ID_USERNAME)); in testAutofill_selectDatasetThenHideInlineSuggestion()
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DLoginActivityTest.java553 final FillContext fillContext = request.contexts.get(request.contexts.size() - 1); in autofillOneDatasetTest() local
554 assertThat(fillContext.getFocusedId()) in autofillOneDatasetTest()
555 .isEqualTo(findAutofillIdByResourceId(fillContext, ID_USERNAME)); in autofillOneDatasetTest()