Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteControllerTest.java292 private Semaphore mIsSatelliteEnabledSemaphore = new Semaphore(0); field in SatelliteControllerTest
309 mIsSatelliteEnabledSemaphore.release();
664 mIsSatelliteEnabledSemaphore.drainPermits(); in testRadioStateChanged()
744 mIsSatelliteEnabledSemaphore.drainPermits(); in testRequestSatelliteEnabled()
1270 mIsSatelliteEnabledSemaphore.drainPermits(); in testIsSatelliteEnabled()
3365 mIsSatelliteEnabledSemaphore.drainPermits(); in testRequestSatelliteEnabled_timeout()
3456 mIsSatelliteEnabledSemaphore.drainPermits(); in testUpdateNtnSignalStrentghReportWithFeatureFlagEnabled()
4099 if (!mIsSatelliteEnabledSemaphore.tryAcquire(TIMEOUT, TimeUnit.MILLISECONDS)) { in waitForRequestIsSatelliteEnabledResult()
4207 mIsSatelliteEnabledSemaphore.drainPermits(); in verifySatelliteEnabled()