Searched refs:waitForLock (Results 1 – 4 of 4) sorted by relevance
60 mStateChangeLatch = TestUtils.waitForLock(mStateChangeLatch); in waitOnStateChanged()138 mCallAddedLatch = TestUtils.waitForLock(mCallAddedLatch); in waitForCallAdded()147 sServiceBoundLatch = TestUtils.waitForLock(sServiceBoundLatch); in waitForBinding()152 sServiceUnBoundLatch = TestUtils.waitForLock(sServiceUnBoundLatch); in waitForUnBinding()
109 mOnHoldLatch = TestUtils.waitForLock(mOnHoldLatch); in waitOnHold()
202 mLocks[lock] = TestUtils.waitForLock(mLocks[lock]); in waitForUpdate()
458 public static CountDownLatch waitForLock(CountDownLatch lock) { in waitForLock() method in TestUtils