Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessControllerTest.java390 assertTrue(mSatelliteAccessControllerUT.isWaitForCurrentLocationTimerStarted()); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
392 assertFalse(mSatelliteAccessControllerUT.isWaitForCurrentLocationTimerStarted()); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
420 assertTrue(mSatelliteAccessControllerUT.isWaitForCurrentLocationTimerStarted()); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
425 assertFalse(mSatelliteAccessControllerUT.isWaitForCurrentLocationTimerStarted()); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
678 public boolean isWaitForCurrentLocationTimerStarted() { in isWaitForCurrentLocationTimerStarted() method in SatelliteAccessControllerTest.TestSatelliteAccessController