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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java80 private static final int EVENT_ECM_TIMER_RESET = 115; field in class:CallManager
557 phone.registerForEcmTimerReset(handler, EVENT_ECM_TIMER_RESET, null);
2225 case EVENT_ECM_TIMER_RESET:
2226 if (VDBG) Rlog.d(LOG_TAG, " handleMessage (EVENT_ECM_TIMER_RESET)");

Completed in 50 milliseconds