Home
last modified time | relevance | path

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

/cts/tests/app/shared/src/android/app/stubs/shared/
DTestNotificationListener.java43 private CountDownLatch mPostedLatch = null; field in TestNotificationListener
117 maybeUpdateLatch(mPostedLatch); in onNotificationPosted()
133 maybeUpdateLatch(mPostedLatch); in onNotificationPosted()
199 mPostedLatch = new CountDownLatch(countDownNumber); in setPostedCountDown()
200 return mPostedLatch; in setPostedCountDown()