Searched refs:setSecurityAlgorithmsUpdatedEnabled (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/radio/aidl/android/hardware/radio/network/ |
D | IRadioNetwork.aidl | 715 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/ |
D | IRadioNetwork.aidl | 105 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/ |
D | IRadioNetwork.aidl | 87 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/ |
D | IRadioNetwork.aidl | 105 oneway void setSecurityAlgorithmsUpdatedEnabled(in int serial, boolean enable); in setSecurityAlgorithmsUpdatedEnabled() method
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/ |
D | RadioNetwork.h | 114 ::ndk::ScopedAStatus setSecurityAlgorithmsUpdatedEnabled(int32_t serial, bool enabled) override;
|
/hardware/interfaces/radio/aidl/minradio/libminradio/include/libminradio/network/ |
D | RadioNetwork.h | 116 ::ndk::ScopedAStatus setSecurityAlgorithmsUpdatedEnabled(int32_t serial, bool enabled) override;
|
/hardware/interfaces/radio/aidl/minradio/libminradio/network/ |
D | RadioNetwork.cpp | 375 ScopedAStatus RadioNetwork::setSecurityAlgorithmsUpdatedEnabled(int32_t serial, bool enable) { in setSecurityAlgorithmsUpdatedEnabled() function in android::hardware::radio::minimal::RadioNetwork
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/network/ |
D | RadioNetwork.cpp | 398 ScopedAStatus RadioNetwork::setSecurityAlgorithmsUpdatedEnabled(int32_t serial, bool /*enable*/) { in setSecurityAlgorithmsUpdatedEnabled() function in android::hardware::radio::compat::RadioNetwork
|
/hardware/interfaces/radio/aidl/vts/ |
D | radio_network_test.cpp | 2412 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()
|