Searched defs:setSuppServiceNotifications (Results 1 – 9 of 9) sorted by relevance
148 TEST_P(RadioHidlTest, setSuppServiceNotifications) { in TEST_P() argument
66 oneway void setSuppServiceNotifications(in int serial, in boolean enable); in setSuppServiceNotifications() method
274 ScopedAStatus RadioNetwork::setSuppServiceNotifications(int32_t serial, bool enable) { in setSuppServiceNotifications() function in android::hardware::radio::compat::RadioNetwork
69 oneway void setSuppServiceNotifications(in int serial, in boolean enable); in setSuppServiceNotifications() method
379 void setSuppServiceNotifications(in int serial, in boolean enable); in setSuppServiceNotifications() method
1512 TEST_P(RadioNetworkTest, setSuppServiceNotifications) { in TEST_P() argument
402 Return<void> Radio::setSuppServiceNotifications(int32_t /* serial */, bool /* enable */) { in setSuppServiceNotifications() function in android::hardware::radio::V1_2::implementation::Radio
1475 Return<void> RadioImpl::setSuppServiceNotifications(int32_t serial, bool enable) { in setSuppServiceNotifications() function in RadioImpl