Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DEmergencyCallbackModeService.java137 long ecmTimeout = SystemProperties.getLong( in startTimerNotification() local
141 showNotification(ecmTimeout); in startTimerNotification()
144 mTimer = new CountDownTimer(ecmTimeout, 1000) { in startTimerNotification()