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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java343 private void handleEcmTimer(int action) { method in class:GsmCdmaCallTracker
349 Rlog.e(LOG_TAG, "handleEcmTimer, unsupported action " + action);
409 handleEcmTimer(GsmCdmaPhone.CANCEL_ECM_TIMER);
810 handleEcmTimer(GsmCdmaPhone.RESTART_ECM_TIMER);
901 handleEcmTimer(GsmCdmaPhone.RESTART_ECM_TIMER);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java787 handleEcmTimer(ImsPhone.CANCEL_ECM_TIMER);
940 private void handleEcmTimer(int action) { method in class:ImsPhoneCallTracker
948 log("handleEcmTimer, unsupported action " + action);

Completed in 57 milliseconds