Searched refs:sLatches (Results 1 – 1 of 1) sorted by relevance
65 protected static final CountDownLatch[] sLatches = new CountDownLatch[LATCH_MAX]; field in TestImsService68 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()