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

Commit be01266c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Allow INVALID_STATE to be returned for setNrDualConnectivity"

parents f676c47e 149f4a3f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -232,6 +232,7 @@ interface IRadioResponse extends @1.5::IRadioResponse {
     *   RadioError:RADIO_NOT_AVAILABLE
     *   RadioError:INTERNAL_ERR
     *   RadioError:REQUEST_NOT_SUPPORTED
     *   RadioError:INVALID_STATE
     */
    oneway setNrDualConnectivityStateResponse(RadioResponseInfo info);

+1 −0
Original line number Diff line number Diff line
@@ -378,6 +378,7 @@ TEST_P(RadioHidlTest_v1_6, setNrDualConnectivityState) {
                CheckAnyOfErrors(radioRsp_v1_6->rspInfo.error,
                                 {::android::hardware::radio::V1_6::RadioError::RADIO_NOT_AVAILABLE,
                                  ::android::hardware::radio::V1_6::RadioError::INTERNAL_ERR,
                                  ::android::hardware::radio::V1_6::RadioError::INVALID_STATE,
                                  ::android::hardware::radio::V1_6::RadioError::NONE}));
    }
}