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

Commit 2a37cf7d authored by Sooraj Sasindran's avatar Sooraj Sasindran Committed by Automerger Merge Worker
Browse files

Rename enableNrDualConnectivity am: 0d547016

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1497040

Change-Id: I6b3b399b18b62064724650ba80cf2b9da59e099d
parents d9f3a0f0 0d547016
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3472,7 +3472,7 @@ public class RIL extends BaseCommands implements CommandsInterface {
            }

            try {
                radioProxy16.enableNrDualConnectivity(rr.mSerial, nrDualConnectivityState);
                radioProxy16.setNrDualConnectivityState(rr.mSerial, nrDualConnectivityState);
            } catch (RemoteException | RuntimeException e) {
                handleRadioProxyExceptionForRR(rr, "enableNRDualConnectivity", e);
            }
+1 −1
Original line number Diff line number Diff line
@@ -1571,7 +1571,7 @@ public class RadioResponse extends IRadioResponse.Stub {
     *
     * @param responseInfo Response info struct containing response type, serial no. and error
     */
    public void enableNrDualConnectivityResponse(RadioResponseInfo responseInfo) {
    public void setNrDualConnectivityStateResponse(RadioResponseInfo responseInfo) {
        responseVoid(responseInfo);
    }