Searched refs:activityDestroyed (Results 1 – 5 of 5) sorted by relevance
55 fun activityDestroyed(): ActivityDestroyedEventQuery in activityCreated() method
48 public ActivityDestroyedEvent.ActivityDestroyedEventQuery activityDestroyed() { in activityDestroyed() method in ActivityEventsImpl
559 assertThat(activity.activity().events().activityDestroyed()).eventOccurred() in <lambda>()589 assertThat(activity.activity().events().activityDestroyed()).eventOccurred() in <lambda>()634 .activityDestroyed()).eventOccurred() in <lambda>()1054 activity.activity().events().activityDestroyed() in <lambda>()
134 override fun activityDestroyed(): ActivityDestroyedEventQuery = method in com.android.bedstead.testapp.TestAppEvents
759 public EventsAssertor activityDestroyed(@NonNull ComponentName expectedComponentName, in activityDestroyed() method in CtsContentCaptureService.EventsAssertor