Searched refs:copyCollectedEvents (Results 1 – 6 of 6) sorted by relevance
148 assertThat(owner.copyCollectedEvents(), is(EXPECTED[0])); in runTest()153 assertThat(owner.copyCollectedEvents(), is(flatMap(EXPECTED[0], EXPECTED[1]))); in runTest()161 assertThat(owner.copyCollectedEvents(), is(expected)); in runTest()
73 List<Pair<TestEvent, Event>> results = owner.copyCollectedEvents(); in testFullLifecycle()
35 List<Pair<TestEvent, Lifecycle.Event>> copyCollectedEvents(); in copyCollectedEvents() method
91 public List<Pair<TestEvent, Lifecycle.Event>> copyCollectedEvents() { in copyCollectedEvents() method in FrameworkLifecycleRegistryActivity
97 public List<Pair<TestEvent, Event>> copyCollectedEvents() { in copyCollectedEvents() method in CollectingSupportActivity
102 public List<Pair<TestEvent, Lifecycle.Event>> copyCollectedEvents() { in copyCollectedEvents() method in CollectingSupportFragment