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

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java95 static final int CANCEL_ECM_TIMER = 1; // cancel Ecm timer field in class:CDMAPhone
909 * if action is CANCEL_ECM_TIMER, cancel Ecm timer and notify apps the timer is canceled;
914 case CANCEL_ECM_TIMER:
H A DCdmaCallTracker.java193 handleEcmTimer(phone.CANCEL_ECM_TIMER);
1029 case CDMAPhone.CANCEL_ECM_TIMER: mIsEcmTimerCanceled = true; break;

Completed in 4627 milliseconds