Searched refs:isNullCipherAndIntegrityEnabled (Results 1 – 7 of 7) sorted by relevance
617 void isNullCipherAndIntegrityEnabled(in int serial); in isNullCipherAndIntegrityEnabled() method
81 oneway void isNullCipherAndIntegrityEnabled(in int serial); in isNullCipherAndIntegrityEnabled() method
82 oneway void isNullCipherAndIntegrityEnabled(in int serial); in isNullCipherAndIntegrityEnabled() method
109 ::ndk::ScopedAStatus isNullCipherAndIntegrityEnabled(int32_t serial) override;
355 ScopedAStatus RadioNetwork::isNullCipherAndIntegrityEnabled(int32_t serial) { in isNullCipherAndIntegrityEnabled() function in android::hardware::radio::compat::RadioNetwork
2412 TEST_P(RadioNetworkTest, isNullCipherAndIntegrityEnabled) { in TEST_P() argument2431 ndk::ScopedAStatus res = radio_network->isNullCipherAndIntegrityEnabled(serial); in TEST_P()