Searched refs:isSecurityAlgorithmsUpdatedEnabled (Results 1 – 8 of 8) sorted by relevance
715 void isSecurityAlgorithmsUpdatedEnabled(in int serial); in isSecurityAlgorithmsUpdatedEnabled() method
88 oneway void isSecurityAlgorithmsUpdatedEnabled(in int serial); in isSecurityAlgorithmsUpdatedEnabled() method
115 ::ndk::ScopedAStatus isSecurityAlgorithmsUpdatedEnabled(int32_t serial) override;
50 bool isSecurityAlgorithmsUpdatedEnabled = false; variable
2532 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() argument2585 ndk::ScopedAStatus res = radio_network->isSecurityAlgorithmsUpdatedEnabled(serial); in TEST_P()
349 this->isSecurityAlgorithmsUpdatedEnabled = enabled; in isSecurityAlgorithmsUpdatedEnabledResponse()
391 ScopedAStatus RadioNetwork::isSecurityAlgorithmsUpdatedEnabled(int32_t serial) { in isSecurityAlgorithmsUpdatedEnabled() function in android::hardware::radio::compat::RadioNetwork