Home
last modified time | relevance | path

Searched refs:EventsAssertor (Results 1 – 8 of 8) sorted by relevance

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DEventsAssertor.java48 public class EventsAssertor { class
53 public EventsAssertor(@NonNull List<ContentCaptureEvent> events) { in EventsAssertor() method in EventsAssertor
58 public EventsAssertor isAtLeast(int size) { in isAtLeast()
67 public EventsAssertor assertSessionResumed() { in assertSessionResumed()
77 public EventsAssertor assertSessionPaused() { in assertSessionPaused()
87 public EventsAssertor assertViewTreeStarted() { in assertViewTreeStarted()
97 public EventsAssertor assertViewTreeFinished() { in assertViewTreeFinished()
107 public EventsAssertor assertContextUpdated() { in assertContextUpdated()
122 public EventsAssertor assertDecorViewAppeared(@NonNull View expectedDecorView) { in assertDecorViewAppeared()
134 public EventsAssertor assertViewAppeared(@NonNull View expectedView) { in assertViewAppeared()
[all …]
DLoginActivity.java139 public EventsAssertor assertInitialViewsAppeared(@NonNull Session session) { in assertInitialViewsAppeared()
152 EventsAssertor assertor = new EventsAssertor(events); in assertInitialViewsAppeared()
225 public void assertInitialViewsDisappeared(@NonNull EventsAssertor assertor) { in assertInitialViewsDisappeared()
DCtsContentCaptureService.java719 public EventsAssertor assertThat() { in assertThat()
720 return new EventsAssertor(mActivityEvents); in assertThat()
723 public static final class EventsAssertor { class in CtsContentCaptureService
727 private EventsAssertor(ArrayList<MyActivityEvent> events) { in EventsAssertor() method in CtsContentCaptureService.EventsAssertor
733 public EventsAssertor activityResumed(@NonNull ComponentName expectedActivity, int taskId) { in activityResumed()
741 public EventsAssertor activityPaused(@NonNull ComponentName expectedComponentName, in activityPaused()
750 public EventsAssertor activityStopped(@NonNull ComponentName expectedComponentName, in activityStopped()
759 public EventsAssertor activityDestroyed(@NonNull ComponentName expectedComponentName, in activityDestroyed()
DPartialNotImportantActivityTest.java109 new EventsAssertor(session.getEvents()) in testAddAndRemoveNoImportantChild()
151 new EventsAssertor(session.getEvents()) in testAddAndRemoveImportantChild()
195 new EventsAssertor(session.getEvents()) in testAddImportantChildAfterSessionStarted()
DBlankWithTitleActivity.java44 new EventsAssertor(events) in assertDefaultEvents()
DLoginActivityTest.java317 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testSimpleLifecycle_changeContextAfterCreate()
415 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testTextChanged()
458 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testTextChangeBuffer()
508 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testComposingSpan_mergedEvent()
549 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testComposingSpan_notMergedWithoutComposing()
589 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testComposingSpan_differentEditText()
630 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testComposingSpan_eventsForSpanChanges()
906 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testViewAppeared_withNewContext()
950 final EventsAssertor assertor = activity.assertInitialViewsAppeared(session); in testAddChildren_afterAnimation()
DCustomViewActivityTest.java142 new EventsAssertor(events) in testSessionLifecycleEvents()
208 new EventsAssertor(events) in testVirtualView_wrongWay()
279 new EventsAssertor(events) in testVirtualView_oneLevel()
390 new EventsAssertor(events) in testVirtualView_multipleLevels()
453 new EventsAssertor(events) in testVirtualView_batchDisappear()
507 new EventsAssertor(events) in testVirtualView_batchAppear()
DChildlessActivityTest.java318 new EventsAssertor(events) in testAddAndRemoveImportantChild()
366 new EventsAssertor(events) in testAddImportantChildAfterSessionStarted()
420 new EventsAssertor(mainEvents) in testAddAndRemoveImportantChildOnDifferentSession()
436 new EventsAssertor(childEvents) in testAddAndRemoveImportantChildOnDifferentSession()
746 new EventsAssertor(mainEvents) in testDinamicallyManageSiblingSessions()
756 new EventsAssertor(events1) in testDinamicallyManageSiblingSessions()
762 new EventsAssertor(events2) in testDinamicallyManageSiblingSessions()
769 new EventsAssertor(events3) in testDinamicallyManageSiblingSessions()