Searched refs:ECM_TIMER_RESET (Results 1 - 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DEmergencyCallbackModeService.java63 private static final int ECM_TIMER_RESET = 1; field in class:EmergencyCallbackModeService
68 case ECM_TIMER_RESET:
95 mPhone.registerForEcmTimerReset(mHandler, ECM_TIMER_RESET, null);
212 * Handle ECM_TIMER_RESET notification
H A DEmergencyCallbackModeExitDialog.java74 private static final int ECM_TIMER_RESET = 1; field in class:EmergencyCallbackModeExitDialog
100 mPhone.registerForEcmTimerReset(mTimerResetHandler, ECM_TIMER_RESET, null);
357 case ECM_TIMER_RESET:

Completed in 94 milliseconds