Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnection.java47 CountDownLatch mInCallServiceTrackingLatch = new CountDownLatch(1); field in SelfManagedConnection
94 mInCallServiceTrackingLatch.countDown(); in onUsingAlternativeUi()
100 mInCallServiceTrackingLatch.countDown(); in onTrackedByNonUiService()
187 boolean result = TestUtils.waitForLatchCountDown(mInCallServiceTrackingLatch); in waitOnInCallServiceTrackingChanged()
188 mInCallServiceTrackingLatch = new CountDownLatch(1); in waitOnInCallServiceTrackingChanged()