Home
last modified time | relevance | path

Searched defs:nvResetConfig (Results 1 – 10 of 10) sorted by relevance

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_misc.cpp644 TEST_P(RadioHidlTest, nvResetConfig) { in TEST_P() argument
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp712 Return<void> Radio::nvResetConfig(int32_t /* serial */, in nvResetConfig() function in android::hardware::radio::V1_2::implementation::Radio
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java618 public void nvResetConfig(int resetType, Message response) {} in nvResetConfig() method in ImsPhoneCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java624 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() method in SipCommandInterface
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java2142 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() method in SimulatedCommands
H A DSimulatedCommandsVerifier.java1322 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() method in SimulatedCommandsVerifier
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java2166 void nvResetConfig(int resetType, Message response); in nvResetConfig() method
H A DRIL.java4661 public void nvResetConfig(int resetType, Message result) { in nvResetConfig() method in RIL
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java7163 public boolean nvResetConfig(int resetType) { in nvResetConfig() method in TelephonyManager
/aosp12/hardware/ril/libril/
H A Dril_service.cpp2310 Return<void> RadioImpl::nvResetConfig(int32_t serial, ResetNvType resetType) { in nvResetConfig() function in RadioImpl