Searched refs:activityStarted (Results 1 – 7 of 7) sorted by relevance
73 events().activityStarted().waitForEvent(); in start()92 events().activityStarted().waitForEvent(); in start()
109 public ActivityStartedEvent.ActivityStartedEventQuery activityStarted() { in activityStarted() method in TestAppEvents
88 ActivityStartedEvent.ActivityStartedEventQuery activityStarted(); in activityStarted() method
75 public ActivityStartedEvent.ActivityStartedEventQuery activityStarted() { in activityStarted() method in ActivityEventsImpl
860 ConditionVariable activityStarted = registerBlockingReceiver( in testCustomToastBlocked_whenBehindTranslucentActivity() local869 activityStarted.block(); in testCustomToastBlocked_whenBehindTranslucentActivity()
1221 boolean activityStarted = false; in testBgRestrictedForegroundService()1240 activityStarted = true; in testBgRestrictedForegroundService()1260 if (activityStarted) { in testBgRestrictedForegroundService()
646 assertThat(secondActivity.events().activityStarted()).eventOccurred(); in startActivity_withinSameTask_startsActivity()