Searched refs:EventsAssertor (Results 1 – 5 of 5) sorted by relevance
48 public class EventsAssertor { class53 public EventsAssertor(@NonNull List<ContentCaptureEvent> events) { in EventsAssertor() method in EventsAssertor58 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()112 public EventsAssertor assertDecorViewAppeared(@NonNull View expectedDecorView) { in assertDecorViewAppeared()124 public EventsAssertor assertViewAppeared(@NonNull View expectedView) { in assertViewAppeared()135 public EventsAssertor assertViewAppeared(@NonNull View expectedView, in assertViewAppeared()[all …]
672 public EventsAssertor assertThat() { in assertThat()673 return new EventsAssertor(mActivityEvents); in assertThat()676 public static final class EventsAssertor { class in CtsContentCaptureService680 private EventsAssertor(ArrayList<MyActivityEvent> events) { in EventsAssertor() method in CtsContentCaptureService.EventsAssertor686 public EventsAssertor activityResumed(@NonNull ComponentName expectedActivity) { in activityResumed()694 public EventsAssertor activityPaused(@NonNull ComponentName expectedActivity) { in activityPaused()702 public EventsAssertor activityStopped(@NonNull ComponentName expectedActivity) { in activityStopped()710 public EventsAssertor activityDestroyed(@NonNull ComponentName expectedActivity) { in activityDestroyed()
44 new EventsAssertor(events) in assertDefaultEvents()
314 new EventsAssertor(events) in testAddAndRemoveImportantChild()360 new EventsAssertor(events) in testAddImportantChildAfterSessionStarted()409 new EventsAssertor(mainEvents) in testAddAndRemoveImportantChildOnDifferentSession()422 new EventsAssertor(childEvents) in testAddAndRemoveImportantChildOnDifferentSession()730 new EventsAssertor(mainEvents) in testDinamicallyManageSiblingSessions()741 new EventsAssertor(events1) in testDinamicallyManageSiblingSessions()747 new EventsAssertor(events2) in testDinamicallyManageSiblingSessions()754 new EventsAssertor(events3) in testDinamicallyManageSiblingSessions()
144 new EventsAssertor(events) in testSessionLifecycleEvents()210 new EventsAssertor(events) in testVirtualView_wrongWay()