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

  /packages/apps/Phone/src/com/android/phone/
EmergencyCallbackModeService.java 61 private static final int ECM_TIMER_RESET = 1;
66 case ECM_TIMER_RESET:
92 mPhone.registerForEcmTimerReset(mHandler, ECM_TIMER_RESET, null);
196 * Handle ECM_TIMER_RESET notification
EmergencyCallbackModeExitDialog.java 73 private static final int ECM_TIMER_RESET = 1;
96 mPhone.registerForEcmTimerReset(mTimerResetHandler, ECM_TIMER_RESET, null);
338 case ECM_TIMER_RESET:

Completed in 16 milliseconds