Home
last modified time | relevance | path

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

/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallService.java60 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()
/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnection.java124 mOnHoldLatch = TestUtils.waitForLock(mOnHoldLatch); in waitOnHold()
DCtsSelfManagedConnectionService.java202 mLocks[lock] = TestUtils.waitForLock(mLocks[lock]); in waitForUpdate()
DTestUtils.java546 public static CountDownLatch waitForLock(CountDownLatch lock) { in waitForLock() method in TestUtils