Home
last modified time | relevance | path

Searched refs:setSecurityAlgorithmsUpdatedEnabled (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/radio/aidl/android/hardware/radio/network/
DIRadioNetwork.aidl715 void setSecurityAlgorithmsUpdatedEnabled(in int serial, boolean enable); in setSecurityAlgorithmsUpdatedEnabled() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/4/android/hardware/radio/network/
DIRadioNetwork.aidl105 oneway void setSecurityAlgorithmsUpdatedEnabled(in int serial, boolean enable); in setSecurityAlgorithmsUpdatedEnabled() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/3/android/hardware/radio/network/
DIRadioNetwork.aidl87 oneway void setSecurityAlgorithmsUpdatedEnabled(in int serial, boolean enable); in setSecurityAlgorithmsUpdatedEnabled() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/current/android/hardware/radio/network/
DIRadioNetwork.aidl105 oneway void setSecurityAlgorithmsUpdatedEnabled(in int serial, boolean enable); in setSecurityAlgorithmsUpdatedEnabled() method
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioNetwork.h114 ::ndk::ScopedAStatus setSecurityAlgorithmsUpdatedEnabled(int32_t serial, bool enabled) override;
/hardware/interfaces/radio/aidl/minradio/libminradio/include/libminradio/network/
DRadioNetwork.h116 ::ndk::ScopedAStatus setSecurityAlgorithmsUpdatedEnabled(int32_t serial, bool enabled) override;
/hardware/interfaces/radio/aidl/minradio/libminradio/network/
DRadioNetwork.cpp375 ScopedAStatus RadioNetwork::setSecurityAlgorithmsUpdatedEnabled(int32_t serial, bool enable) { in setSecurityAlgorithmsUpdatedEnabled() function in android::hardware::radio::minimal::RadioNetwork
/hardware/interfaces/radio/aidl/compat/libradiocompat/network/
DRadioNetwork.cpp398 ScopedAStatus RadioNetwork::setSecurityAlgorithmsUpdatedEnabled(int32_t serial, bool /*enable*/) { in setSecurityAlgorithmsUpdatedEnabled() function in android::hardware::radio::compat::RadioNetwork
/hardware/interfaces/radio/aidl/vts/
Dradio_network_test.cpp2412 TEST_P(RadioNetworkTest, setSecurityAlgorithmsUpdatedEnabled) { in TEST_P() argument
2433 radio_network->setSecurityAlgorithmsUpdatedEnabled(serial, valueToSet); in TEST_P()
2457 radio_network->setSecurityAlgorithmsUpdatedEnabled(serial, originalSecuritySetting); in TEST_P()