Loading radio/aidl/android/hardware/radio/network/IRadioNetwork.aidl +0 −2 Original line number Diff line number Diff line Loading @@ -692,8 +692,6 @@ oneway interface IRadioNetwork { * Enables or disables security algorithm update reports via indication API * {@link IRadioNetworkIndication.securityAlgorithmsUpdated()}. * * Note: The default value shall be enabled. * * @param serial Serial number of request. * @param enable {@code true} to enable security algorithm update reports, {@code false} to * disable. Loading radio/aidl/vts/radio_network_test.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -2563,7 +2563,4 @@ TEST_P(RadioNetworkTest, isSecurityAlgorithmsUpdatedEnabled) { ASSERT_TRUE(CheckAnyOfErrors( radioRsp_network->rspInfo.error, {RadioError::NONE, RadioError::RADIO_NOT_AVAILABLE, RadioError::MODEM_ERR})); // the default value should be true if we have not called the setter EXPECT_TRUE(radioRsp_network->isSecurityAlgorithmsUpdatedEnabled); } Loading
radio/aidl/android/hardware/radio/network/IRadioNetwork.aidl +0 −2 Original line number Diff line number Diff line Loading @@ -692,8 +692,6 @@ oneway interface IRadioNetwork { * Enables or disables security algorithm update reports via indication API * {@link IRadioNetworkIndication.securityAlgorithmsUpdated()}. * * Note: The default value shall be enabled. * * @param serial Serial number of request. * @param enable {@code true} to enable security algorithm update reports, {@code false} to * disable. Loading
radio/aidl/vts/radio_network_test.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -2563,7 +2563,4 @@ TEST_P(RadioNetworkTest, isSecurityAlgorithmsUpdatedEnabled) { ASSERT_TRUE(CheckAnyOfErrors( radioRsp_network->rspInfo.error, {RadioError::NONE, RadioError::RADIO_NOT_AVAILABLE, RadioError::MODEM_ERR})); // the default value should be true if we have not called the setter EXPECT_TRUE(radioRsp_network->isSecurityAlgorithmsUpdatedEnabled); }