Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DAccessNetworksManagerTest.java81 private Semaphore mIIntegerConsumerSemaphore = new Semaphore(0); field in AccessNetworksManagerTest
88 mIIntegerConsumerSemaphore.release();
98 if (!mIIntegerConsumerSemaphore.tryAcquire(500 /* Timeout */, in waitForIIntegerConsumerResult()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteControllerTest.java209 private Semaphore mIIntegerConsumerSemaphore = new Semaphore(0); field in SatelliteControllerTest
216 mIIntegerConsumerSemaphore.release();
1080 mIIntegerConsumerSemaphore.drainPermits(); in testStartSatelliteTransmissionUpdates()
1154 mIIntegerConsumerSemaphore.drainPermits(); in testStopSatelliteTransmissionUpdates()
1437 mIIntegerConsumerSemaphore.drainPermits(); in testSendSatelliteDatagram()
1656 mIIntegerConsumerSemaphore.drainPermits(); in testDeprovisionSatelliteService()
4175 if (!mIIntegerConsumerSemaphore.tryAcquire(TIMEOUT, TimeUnit.MILLISECONDS)) { in waitForIIntegerConsumerResult()