Searched defs:nvResetConfig (Results 1 – 10 of 10) sorted by relevance
644 TEST_P(RadioHidlTest, nvResetConfig) { in TEST_P() argument
712 Return<void> Radio::nvResetConfig(int32_t /* serial */, in nvResetConfig() function in android::hardware::radio::V1_2::implementation::Radio
618 public void nvResetConfig(int resetType, Message response) {} in nvResetConfig() method in ImsPhoneCommandInterface
624 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() method in SipCommandInterface
2142 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() method in SimulatedCommands
1322 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() method in SimulatedCommandsVerifier
2166 void nvResetConfig(int resetType, Message response); in nvResetConfig() method
4661 public void nvResetConfig(int resetType, Message result) { in nvResetConfig() method in RIL
7163 public boolean nvResetConfig(int resetType) { in nvResetConfig() method in TelephonyManager
2310 Return<void> RadioImpl::nvResetConfig(int32_t serial, ResetNvType resetType) { in nvResetConfig() function in RadioImpl