Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessController.java133 protected static final int EVENT_WAIT_FOR_CURRENT_LOCATION_TIMEOUT = 2; field in SatelliteAccessController
376 case EVENT_WAIT_FOR_CURRENT_LOCATION_TIMEOUT: in handleMessage()
1471 if (hasMessages(EVENT_WAIT_FOR_CURRENT_LOCATION_TIMEOUT)) { in startWaitForCurrentLocationTimer()
1473 removeMessages(EVENT_WAIT_FOR_CURRENT_LOCATION_TIMEOUT); in startWaitForCurrentLocationTimer()
1475 sendEmptyMessageDelayed(EVENT_WAIT_FOR_CURRENT_LOCATION_TIMEOUT, in startWaitForCurrentLocationTimer()
1482 removeMessages(EVENT_WAIT_FOR_CURRENT_LOCATION_TIMEOUT); in stopWaitForCurrentLocationTimer()
/packages/services/Telephony/tests/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessControllerTest.java679 return hasMessages(EVENT_WAIT_FOR_CURRENT_LOCATION_TIMEOUT); in isWaitForCurrentLocationTimerStarted()