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.java142 long ecmTimeout = SystemProperties.getLong( in startTimerNotification() local
146 showNotification(ecmTimeout); in startTimerNotification()
152 mTimer = new CountDownTimer(ecmTimeout, 1000) { in startTimerNotification()