Searched defs:verifyEvents (Results 1 – 2 of 2) sorted by relevance
569 final List<Event> verifyEvents = InstrumentedAutoFillService.getFillEvents(2); in testContextCommitted_noSaveUi_whileNoSaveInfo() local599 final List<Event> verifyEvents = InstrumentedAutoFillService.getFillEvents(2); in testContextCommitted_noSaveUi_whileDelaySave() local629 final List<Event> verifyEvents = InstrumentedAutoFillService.getFillEvents(2); in testContextCommitted_noSaveUi_whileEmptyValueForRequiredIds() local659 final List<Event> verifyEvents = InstrumentedAutoFillService.getFillEvents(3); in testContextCommitted_noSaveUi_whileNoValueChanged() local694 final List<Event> verifyEvents = InstrumentedAutoFillService.getFillEvents(2); in testContextCommitted_noSaveUi_whileFieldsFailedValidation() local724 final List<Event> verifyEvents = InstrumentedAutoFillService.getFillEvents(2); in testContextCommitted_noSaveUi_whileFieldsMatchedDatasets() local
231 protected void verifyEvents(List<InputEvent> events) { in verifyEvents() method in InputTestCase