Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/tests/src/android/util/imagepool/
DImagePoolImplTest.java114 final CountDownLatch countDownLatch2 = new CountDownLatch(1); in testImageDisposedAndRecycled() local
118 bufferedImage -> countDownLatch2.countDown()); in testImageDisposedAndRecycled()
125 assertTrue(countDownLatch2.await(TIMEOUT_SEC, TimeUnit.SECONDS)); in testImageDisposedAndRecycled()