Searched refs:sLatches (Results 1 – 3 of 3) sorted by relevance
39 private static final CountDownLatch[] sLatches = new CountDownLatch[LATCH_MAX]; field in TestImsRegistration42 sLatches[i] = new CountDownLatch(1);56 synchronized (sLatches) { in updateSipDelegateRegistration()57 sLatches[LATCH_UPDATE_REGISTRATION].countDown(); in updateSipDelegateRegistration()63 synchronized (sLatches) { in triggerSipDelegateDeregistration()64 sLatches[LATCH_TRIGGER_DEREGISTRATION].countDown(); in triggerSipDelegateDeregistration()73 synchronized (sLatches) { in resetLatch()74 sLatches[latchIndex] = new CountDownLatch(newCount); in resetLatch()80 synchronized (sLatches) { in waitForLatchCountDown()81 latch = sLatches[latchIndex]; in waitForLatchCountDown()
47 protected static final CountDownLatch[] sLatches = new CountDownLatch[LATCH_MAX]; field in TestSipTransport50 sLatches[i] = new CountDownLatch(1);99 latch = sLatches[latchIndex]; in isLatchCountDownFinished()109 latch = sLatches[latchIndex]; in waitForLatchCountdownAndReset()116 sLatches[latchIndex] = new CountDownLatch(1); in waitForLatchCountdownAndReset()123 sLatches[latchIndex].countDown(); in countDownLatch()
75 protected static final CountDownLatch[] sLatches = new CountDownLatch[LATCH_MAX]; field in TestImsService78 sLatches[i] = new CountDownLatch(1);282 sLatches[i] = new CountDownLatch(1); in resetState()336 latch = sLatches[latchIndex]; in waitForLatchCountdown()343 sLatches[latchIndex] = new CountDownLatch(1); in waitForLatchCountdown()353 latch = sLatches[latchIndex]; in waitForLatchCountdown()360 sLatches[latchIndex] = new CountDownLatch(1); in waitForLatchCountdown()367 sLatches[latchIndex].countDown(); in countDownLatch()