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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java332 private void handleEcmTimer(int action) { method in class:GsmCdmaCallTracker
338 Rlog.e(LOG_TAG, "handleEcmTimer, unsupported action " + action);
399 handleEcmTimer(GsmCdmaPhone.CANCEL_ECM_TIMER);
790 handleEcmTimer(GsmCdmaPhone.RESTART_ECM_TIMER);
884 handleEcmTimer(GsmCdmaPhone.RESTART_ECM_TIMER);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java354 handleEcmTimer(ImsPhone.CANCEL_ECM_TIMER);
458 private void handleEcmTimer(int action) { method in class:ImsPhoneCallTracker
466 log("handleEcmTimer, unsupported action " + action);

Completed in 406 milliseconds