Loading src/java/com/android/internal/telephony/cat/CatService.java +7 −0 Original line number Diff line number Diff line Loading @@ -1071,6 +1071,13 @@ public class CatService extends Handler implements AppInterface { } break; case NO_RESPONSE_FROM_USER: // No need to send terminal response for SET UP CALL on user timeout, // instead use dedicated API if (type == CommandType.SET_UP_CALL) { mCmdIf.handleCallSetupRequestFromSim(false, null); mCurrntCmd = null; return; } case UICC_SESSION_TERM_BY_USER: resp = null; break; Loading Loading
src/java/com/android/internal/telephony/cat/CatService.java +7 −0 Original line number Diff line number Diff line Loading @@ -1071,6 +1071,13 @@ public class CatService extends Handler implements AppInterface { } break; case NO_RESPONSE_FROM_USER: // No need to send terminal response for SET UP CALL on user timeout, // instead use dedicated API if (type == CommandType.SET_UP_CALL) { mCmdIf.handleCallSetupRequestFromSim(false, null); mCurrntCmd = null; return; } case UICC_SESSION_TERM_BY_USER: resp = null; break; Loading