Searched refs:ecmTimeout (Results 1 – 1 of 1) sorted by relevance
144 long ecmTimeout = TelephonyProperties.ecm_exit_timer().orElse(DEFAULT_ECM_EXIT_TIMER_VALUE); in startTimerNotification() local147 showNotification(ecmTimeout); in startTimerNotification()153 mTimer = new CountDownTimer(ecmTimeout, 1000) { in startTimerNotification()