Searched refs:fillRequest1 (Results 1 – 2 of 2) sorted by relevance
87 final FillRequest fillRequest1 = sReplier.getNextFillRequest(); in testAutofillTwoPartitionsSkipFirst() local88 assertThat(fillRequest1.flags).isEqualTo(0); in testAutofillTwoPartitionsSkipFirst()89 final ViewNode p1l1c1 = assertTextIsSanitized(fillRequest1.structure, ID_L1C1); in testAutofillTwoPartitionsSkipFirst()90 final ViewNode p1l1c2 = assertTextIsSanitized(fillRequest1.structure, ID_L1C2); in testAutofillTwoPartitionsSkipFirst()170 final FillRequest fillRequest1 = sReplier.getNextFillRequest(); in testAutofillTwoPartitionsInSequence() local171 assertThat(fillRequest1.flags).isEqualTo(0); in testAutofillTwoPartitionsInSequence()173 assertTextIsSanitized(fillRequest1.structure, ID_L1C1); in testAutofillTwoPartitionsInSequence()174 assertTextIsSanitized(fillRequest1.structure, ID_L1C2); in testAutofillTwoPartitionsInSequence()245 final FillRequest fillRequest1 = sReplier.getNextFillRequest(); in autofill4PartitionsTest() local246 assertThat(fillRequest1.flags).isEqualTo(expectedFlag); in autofill4PartitionsTest()[all …]
2306 final FillRequest fillRequest1 = sReplier.getNextFillRequest(); in testAutofillManuallyAgainAfterAutomaticallyAutofilledBefore() local2307 assertThat(fillRequest1.flags).isEqualTo(0); in testAutofillManuallyAgainAfterAutomaticallyAutofilledBefore()2308 assertTextIsSanitized(fillRequest1.structure, ID_USERNAME); in testAutofillManuallyAgainAfterAutomaticallyAutofilledBefore()2309 assertTextIsSanitized(fillRequest1.structure, ID_PASSWORD); in testAutofillManuallyAgainAfterAutomaticallyAutofilledBefore()2366 final FillRequest fillRequest1 = sReplier.getNextFillRequest(); in testAutofillManuallyAgainAfterManuallyAutofilledBefore() local2367 assertThat(fillRequest1.flags).isEqualTo(FLAG_MANUAL_REQUEST); in testAutofillManuallyAgainAfterManuallyAutofilledBefore()2368 assertValue(fillRequest1.structure, ID_USERNAME, ""); in testAutofillManuallyAgainAfterManuallyAutofilledBefore()2369 assertTextIsSanitized(fillRequest1.structure, ID_PASSWORD); in testAutofillManuallyAgainAfterManuallyAutofilledBefore()