Searched defs:handleEcmTimer (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java349 private void handleEcmTimer(int action) { method in class:GsmCdmaCallTracker
355 Rlog.e(LOG_TAG, "handleEcmTimer, unsupported action " + action);
415 handleEcmTimer(GsmCdmaPhone.CANCEL_ECM_TIMER);
816 handleEcmTimer(GsmCdmaPhone.RESTART_ECM_TIMER);
907 handleEcmTimer(GsmCdmaPhone.RESTART_ECM_TIMER);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java914 handleEcmTimer(ImsPhone.CANCEL_ECM_TIMER);
1132 private void handleEcmTimer(int action) { method in class:ImsPhoneCallTracker
1140 log("handleEcmTimer, unsupported action " + action);

Completed in 379 milliseconds