Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DSystemActivityMonitoringServiceTest.java56 private Semaphore mActivityLaunchSemaphore = new Semaphore(0); field in SystemActivityMonitoringServiceTest
134 mActivityLaunchSemaphore.tryAcquire(DEFAULT_TIMEOUT_SECONDS, TimeUnit.SECONDS); in waitUntil()
177 assertTrue(mActivityLaunchSemaphore.tryAcquire(DEFAULT_TIMEOUT_SECONDS, TimeUnit.SECONDS)); in assertTopTaskActivity()
242 mActivityLaunchSemaphore.release(); in onActivityLaunch()