Searched refs:activityDestroyed (Results 1 – 5 of 5) sorted by relevance
52 ActivityDestroyedEvent.ActivityDestroyedEventQuery activityDestroyed(); in activityDestroyed() method
39 public ActivityDestroyedEvent.ActivityDestroyedEventQuery activityDestroyed() { in activityDestroyed() method in ActivityEventsImpl
556 assertThat(activity.activity().events().activityDestroyed()).eventOccurred(); in finish_hasStoppedLockTask_doesFinish()581 assertThat(activity.activity().events().activityDestroyed()).eventOccurred(); in setLockTaskPackages_removingCurrentlyLockedTask_taskFinishes()612 assertThat(activity2.activity().events().activityDestroyed()).eventOccurred(); in setLockTaskPackages_removingCurrentlyLockedTask_otherLockedTasksRemainLocked()963 assertThat(activity.activity().events().activityDestroyed()).eventOccurred(); in setLockTaskPackages_removingExistingIfWhitelistedActivity_stopsTask()
81 public ActivityDestroyedEvent.ActivityDestroyedEventQuery activityDestroyed() { in activityDestroyed() method in TestAppEvents
710 public EventsAssertor activityDestroyed(@NonNull ComponentName expectedActivity) { in activityDestroyed() method in CtsContentCaptureService.EventsAssertor