Home
last modified time | relevance | path

Searched refs:isSecurityAlgorithmsUpdatedEnabled (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/radio/aidl/android/hardware/radio/network/
DIRadioNetwork.aidl715 void isSecurityAlgorithmsUpdatedEnabled(in int serial); in isSecurityAlgorithmsUpdatedEnabled() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/3/android/hardware/radio/network/
DIRadioNetwork.aidl88 oneway void isSecurityAlgorithmsUpdatedEnabled(in int serial); in isSecurityAlgorithmsUpdatedEnabled() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/current/android/hardware/radio/network/
DIRadioNetwork.aidl88 oneway void isSecurityAlgorithmsUpdatedEnabled(in int serial); in isSecurityAlgorithmsUpdatedEnabled() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioNetwork.h115 ::ndk::ScopedAStatus isSecurityAlgorithmsUpdatedEnabled(int32_t serial) override;
/hardware/interfaces/radio/aidl/vts/
Dradio_network_utils.h50 bool isSecurityAlgorithmsUpdatedEnabled = false; variable
Dradio_network_test.cpp2532 radio_network->isSecurityAlgorithmsUpdatedEnabled(serial); in TEST_P()
2534 bool originalSecuritySetting = radioRsp_network->isSecurityAlgorithmsUpdatedEnabled; in TEST_P()
2552 ndk::ScopedAStatus res = radio_network->isSecurityAlgorithmsUpdatedEnabled(serial); in TEST_P()
2561 EXPECT_EQ(valueToSet, radioRsp_network->isSecurityAlgorithmsUpdatedEnabled); in TEST_P()
2573 TEST_P(RadioNetworkTest, isSecurityAlgorithmsUpdatedEnabled) { in TEST_P() argument
2585 ndk::ScopedAStatus res = radio_network->isSecurityAlgorithmsUpdatedEnabled(serial); in TEST_P()
Dradio_network_response.cpp349 this->isSecurityAlgorithmsUpdatedEnabled = enabled; in isSecurityAlgorithmsUpdatedEnabledResponse()
/hardware/interfaces/radio/aidl/compat/libradiocompat/network/
DRadioNetwork.cpp391 ScopedAStatus RadioNetwork::isSecurityAlgorithmsUpdatedEnabled(int32_t serial) { in isSecurityAlgorithmsUpdatedEnabled() function in android::hardware::radio::compat::RadioNetwork