Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarEvsManagerTest.java83 private CountDownLatch mActivityRequested; field in CarEvsManagerTest
120 mActivityRequested = new CountDownLatch(1); in testSetStatusListener()
121 assertThat(mActivityRequested.await(ACTIVITY_REQUEST_TIMEOUT_SEC, TimeUnit.SECONDS)) in testSetStatusListener()
196 mActivityRequested.countDown(); in onStatusChanged()