Searched refs:activityPaused (Results 1 – 7 of 7) sorted by relevance
66 fun activityPaused(): ActivityPausedEventQuery in activityCreated() method
56 public ActivityPausedEvent.ActivityPausedEventQuery activityPaused() { in activityPaused() method in ActivityEventsImpl
427 boolean activityPaused = false; in testCamera2AccessCallbackInSplitMode()435 activityPaused = eventTagCountMap.containsKey(TestConstants.EVENT_ACTIVITY_PAUSED); in testCamera2AccessCallbackInSplitMode()451 if (!activityPaused) { in testCamera2AccessCallbackInSplitMode()461 activityPaused = eventTagCountMap.containsKey(TestConstants.EVENT_ACTIVITY_PAUSED); in testCamera2AccessCallbackInSplitMode()464 assertTrue(activityPaused); in testCamera2AccessCallbackInSplitMode()
211 .activityPaused(name1, taskId1) in testLaunchAnotherActivity_onTopOfIt()213 .activityPaused(name2, taskId2) in testLaunchAnotherActivity_onTopOfIt()215 .activityPaused(name1, taskId1); in testLaunchAnotherActivity_onTopOfIt()
741 public EventsAssertor activityPaused(@NonNull ComponentName expectedComponentName, in activityPaused() method in CtsContentCaptureService.EventsAssertor
130 .activityPaused(name, taskId); in testSimpleLifecycle_defaultSession()
137 override fun activityPaused(): ActivityPausedEventQuery = method in com.android.bedstead.testapp.TestAppEvents