Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f50ab7f4 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 3777 into donut

* changes:
  Process the response of RIL_REQUEST_REPORT_SMS_MEMORY_STATUS.
parents a45711aa e51d57f4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2109,6 +2109,7 @@ public final class RIL extends BaseCommands implements CommandsInterface {
            case RIL_REQUEST_GET_SMSC_ADDRESS: ret = responseString(p); break;
            case RIL_REQUEST_SET_SMSC_ADDRESS: ret = responseVoid(p); break;
            case RIL_REQUEST_EXIT_EMERGENCY_CALLBACK_MODE: ret = responseVoid(p); break;
            case RIL_REQUEST_REPORT_SMS_MEMORY_STATUS: ret = responseVoid(p); break;
            default:
                throw new RuntimeException("Unrecognized solicited response: " + rr.mRequest);
            //break;