Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DPartitionedActivityTest.java110 final FillRequest fillRequest2 = sReplier.getNextFillRequest(); in testAutofillTwoPartitionsSkipFirst() local
111 assertThat(fillRequest2.flags).isEqualTo(0); in testAutofillTwoPartitionsSkipFirst()
112 final ViewNode p2l1c1 = assertTextIsSanitized(fillRequest2.structure, ID_L1C1); in testAutofillTwoPartitionsSkipFirst()
113 final ViewNode p2l1c2 = assertTextIsSanitized(fillRequest2.structure, ID_L1C2); in testAutofillTwoPartitionsSkipFirst()
114 final ViewNode p2l2c1 = assertTextIsSanitized(fillRequest2.structure, ID_L2C1); in testAutofillTwoPartitionsSkipFirst()
115 final ViewNode p2l2c2 = assertTextIsSanitized(fillRequest2.structure, ID_L2C2); in testAutofillTwoPartitionsSkipFirst()
198 final FillRequest fillRequest2 = sReplier.getNextFillRequest(); in testAutofillTwoPartitionsInSequence() local
199 assertThat(fillRequest2.flags).isEqualTo(0); in testAutofillTwoPartitionsInSequence()
201 assertValue(fillRequest2.structure, ID_L1C1, "l1c1"); in testAutofillTwoPartitionsInSequence()
202 assertValue(fillRequest2.structure, ID_L1C2, "l1c2"); in testAutofillTwoPartitionsInSequence()
[all …]
DLoginActivityTest.java2334 final FillRequest fillRequest2 = sReplier.getNextFillRequest(); in testAutofillManuallyAgainAfterAutomaticallyAutofilledBefore() local
2335 assertThat(fillRequest2.flags).isEqualTo(FLAG_MANUAL_REQUEST); in testAutofillManuallyAgainAfterAutomaticallyAutofilledBefore()
2336 assertValue(fillRequest2.structure, ID_USERNAME, "dude"); in testAutofillManuallyAgainAfterAutomaticallyAutofilledBefore()
2337 assertTextIsSanitized(fillRequest2.structure, ID_PASSWORD); in testAutofillManuallyAgainAfterAutomaticallyAutofilledBefore()
2394 final FillRequest fillRequest2 = sReplier.getNextFillRequest(); in testAutofillManuallyAgainAfterManuallyAutofilledBefore() local
2395 assertThat(fillRequest2.flags).isEqualTo(FLAG_MANUAL_REQUEST); in testAutofillManuallyAgainAfterManuallyAutofilledBefore()
2396 assertValue(fillRequest2.structure, ID_USERNAME, "dude"); in testAutofillManuallyAgainAfterManuallyAutofilledBefore()
2397 assertTextIsSanitized(fillRequest2.structure, ID_PASSWORD); in testAutofillManuallyAgainAfterManuallyAutofilledBefore()