Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DEmergencyCallbackModeService.java144 long ecmTimeout = TelephonyProperties.ecm_exit_timer().orElse(DEFAULT_ECM_EXIT_TIMER_VALUE); in startTimerNotification() local
147 showNotification(ecmTimeout); in startTimerNotification()
153 mTimer = new CountDownTimer(ecmTimeout, 1000) { in startTimerNotification()