Home
last modified time | relevance | path

Searched refs:activityDestroyed (Results 1 – 5 of 5) sorted by relevance

/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/events/activities/
DActivityEvents.kt55 fun activityDestroyed(): ActivityDestroyedEventQuery in activityCreated() method
DActivityEventsImpl.java48 public ActivityDestroyedEvent.ActivityDestroyedEventQuery activityDestroyed() { in activityDestroyed() method in ActivityEventsImpl
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DLockTaskTest.kt559 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>()
/cts/common/device-side/bedstead/testapp/src/library/main/java/com/android/bedstead/testapp/
DTestAppEvents.kt134 override fun activityDestroyed(): ActivityDestroyedEventQuery = method in com.android.bedstead.testapp.TestAppEvents
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DCtsContentCaptureService.java759 public EventsAssertor activityDestroyed(@NonNull ComponentName expectedComponentName, in activityDestroyed() method in CtsContentCaptureService.EventsAssertor