Home
last modified time | relevance | path

Searched refs:fillRequest2 (Results 1 – 9 of 9) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/servicebehavior/
DMultiScreenLoginTest.java133 final FillRequest fillRequest2 = sReplier.getNextFillRequest();
134 assertThat(fillRequest2.contexts.size()).isEqualTo(1);
199 final FillRequest fillRequest2 = sReplier.getNextFillRequest();
200 assertThat(fillRequest2.contexts.size()).isEqualTo(2);
202 assertThat(fillRequest2.data.getString("first")).isEqualTo("one");
203 assertThat(fillRequest2.data.getString("last")).isEqualTo("one");
205 final ComponentName component2 = fillRequest2.structure.getActivityComponent();
217 assertThat(fillRequest2.data.getString("first")).isEqualTo("one");
218 assertThat(fillRequest2.data.getString("last")).isEqualTo("one");
289 final FillRequest fillRequest2 = sReplier.getNextFillRequest();
[all …]
DWebViewMultiScreenLoginActivityTest.java172 final FillRequest fillRequest2 = sReplier.getNextFillRequest();
173 assertThat(fillRequest2.contexts).hasSize(1);
279 final FillRequest fillRequest2 = sReplier.getNextFillRequest();
280 assertThat(fillRequest2.contexts).hasSize(2);
/cts/tests/autofillservice/src/android/autofillservice/cts/dialog/
DMultipleStepsSignInActivityTest.java106 final InstrumentedAutoFillService.FillRequest fillRequest2 = sReplier.getNextFillRequest(); in testShowFillDialog_contentChanged_shownFillDialog() local
107 assertHasFlags(fillRequest2.flags, FLAG_SUPPORTS_FILL_DIALOG); in testShowFillDialog_contentChanged_shownFillDialog()
158 final InstrumentedAutoFillService.FillRequest fillRequest2 = sReplier.getNextFillRequest(); in testShowFillDialog_backPrevPage_notShownFillDialog() local
159 assertHasFlags(fillRequest2.flags, FLAG_SUPPORTS_FILL_DIALOG); in testShowFillDialog_backPrevPage_notShownFillDialog()
225 final InstrumentedAutoFillService.FillRequest fillRequest2 = sReplier.getNextFillRequest(); in testShowFillDialog_doNothingThenBackPrevPage_notShownFillDialog() local
226 assertHasFlags(fillRequest2.flags, FLAG_SUPPORTS_FILL_DIALOG); in testShowFillDialog_doNothingThenBackPrevPage_notShownFillDialog()
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DPartitionedActivityTest.java103 final FillRequest fillRequest2 = sReplier.getNextFillRequest(); in testAutofillTwoPartitionsSkipFirst() local
104 assertThat(fillRequest2.flags).isEqualTo(0); in testAutofillTwoPartitionsSkipFirst()
105 final ViewNode p2l1c1 = assertTextIsSanitized(fillRequest2.structure, ID_L1C1); in testAutofillTwoPartitionsSkipFirst()
106 final ViewNode p2l1c2 = assertTextIsSanitized(fillRequest2.structure, ID_L1C2); in testAutofillTwoPartitionsSkipFirst()
107 final ViewNode p2l2c1 = assertTextIsSanitized(fillRequest2.structure, ID_L2C1); in testAutofillTwoPartitionsSkipFirst()
108 final ViewNode p2l2c2 = assertTextIsSanitized(fillRequest2.structure, ID_L2C2); in testAutofillTwoPartitionsSkipFirst()
189 final FillRequest fillRequest2 = sReplier.getNextFillRequest(); in testAutofillTwoPartitionsInSequence() local
190 assertThat(fillRequest2.flags).isEqualTo(0); in testAutofillTwoPartitionsInSequence()
192 assertValue(fillRequest2.structure, ID_L1C1, "l1c1"); in testAutofillTwoPartitionsInSequence()
193 assertValue(fillRequest2.structure, ID_L1C2, "l1c2"); in testAutofillTwoPartitionsInSequence()
[all …]
DMultipleFragmentLoginTest.java123 final InstrumentedAutoFillService.FillRequest fillRequest2 = sReplier.getNextFillRequest();
127 assertThat(fillRequest2.contexts.size()).isEqualTo(2);
129 assertThat(fillRequest2.data.getString("key")).isEqualTo("value1");
131 final AssistStructure structure1 = fillRequest2.contexts.get(0).getStructure();
148 final AssistStructure structure2 = fillRequest2.contexts.get(1).getStructure();
DWebViewActivityTest.java511 final FillRequest fillRequest2 = sReplier.getNextFillRequest();
538 final ViewNode usernameFillNode = Helper.findNodeByHtmlName(fillRequest2.structure,
543 final ViewNode passwordFillNode = Helper.findNodeByHtmlName(fillRequest2.structure,
DLoginActivityTest.java2528 final FillRequest fillRequest2 = sReplier.getNextFillRequest(); in testAutofillManuallyAgainAfterAutomaticallyAutofilledBefore() local
2529 assertHasFlags(fillRequest2.flags, FLAG_MANUAL_REQUEST); in testAutofillManuallyAgainAfterAutomaticallyAutofilledBefore()
2530 assertValue(fillRequest2.structure, ID_USERNAME, "dud"); in testAutofillManuallyAgainAfterAutomaticallyAutofilledBefore()
2531 assertTextIsSanitized(fillRequest2.structure, ID_PASSWORD); in testAutofillManuallyAgainAfterAutomaticallyAutofilledBefore()
2589 final FillRequest fillRequest2 = sReplier.getNextFillRequest(); in testAutofillManuallyAgainAfterManuallyAutofilledBefore() local
2590 assertHasFlags(fillRequest2.flags, FLAG_MANUAL_REQUEST); in testAutofillManuallyAgainAfterManuallyAutofilledBefore()
2591 assertValue(fillRequest2.structure, ID_USERNAME, "dud"); in testAutofillManuallyAgainAfterManuallyAutofilledBefore()
2592 assertTextIsSanitized(fillRequest2.structure, ID_PASSWORD); in testAutofillManuallyAgainAfterManuallyAutofilledBefore()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DMutableAutofillIdTest.java115 final FillRequest fillRequest2 = sReplier.getNextFillRequest(); in testDatasetPickerIsNotShownAfterViewIsSwappedOut() local
116 final ViewNode node1Request2 = assertTextIsSanitized(fillRequest2.structure, ID_L1C1); in testDatasetPickerIsNotShownAfterViewIsSwappedOut()
242 final FillRequest fillRequest2 = sReplier.getNextFillRequest(); in saveWhenIdChanged() local
243 final ViewNode node1Request2 = assertTextIsSanitized(fillRequest2.structure, ID_L1C1); in saveWhenIdChanged()
DDelayFillTest.java337 FillRequest fillRequest2 = sReplier.getNextFillRequest();
360 .asFillResponse(fillRequest2.contexts,
361 (id) -> Helper.findNodeByResourceId(fillRequest2.contexts, id));
366 fillRequest2.delayFillIntentSender.sendIntent(getContext(), 0, intent2, null, null, null);