HomeSort by relevance Sort by last modified time
    Searched refs:ECM_TIMER_RESET (Results 1 - 2 of 2) sorted by null

  /packages/services/Telephony/src/com/android/phone/
EmergencyCallbackModeService.java 63 private static final int ECM_TIMER_RESET = 1;
68 case ECM_TIMER_RESET:
95 mPhone.registerForEcmTimerReset(mHandler, ECM_TIMER_RESET, null);
212 * Handle ECM_TIMER_RESET notification
EmergencyCallbackModeExitDialog.java 74 private static final int ECM_TIMER_RESET = 1;
100 mPhone.registerForEcmTimerReset(mTimerResetHandler, ECM_TIMER_RESET, null);
357 case ECM_TIMER_RESET:

Completed in 71 milliseconds