Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsService.java65 protected static final CountDownLatch[] sLatches = new CountDownLatch[LATCH_MAX]; field in TestImsService
68 sLatches[i] = new CountDownLatch(1);
231 sLatches[i] = new CountDownLatch(1); in resetState()
267 latch = sLatches[latchIndex]; in waitForLatchCountdown()
274 sLatches[latchIndex] = new CountDownLatch(1); in waitForLatchCountdown()
281 sLatches[latchIndex].countDown(); in countDownLatch()