Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioModemProxy.java212 public void nvResetConfig(int serial, int resetType) throws RemoteException { in nvResetConfig() method in RadioModemProxy
215 mModemProxy.nvResetConfig(serial, RILUtils.convertToHalResetNvTypeAidl(resetType)); in nvResetConfig()
217 mRadioProxy.nvResetConfig(serial, RILUtils.convertToHalResetNvType(resetType)); in nvResetConfig()
DCommandsInterface.java2123 void nvResetConfig(int resetType, Message response); in nvResetConfig() method
DPhone.java2823 mCi.nvResetConfig(1 /* 1: reload NV reset, trigger a modem reboot */, response); in rebootModem()
2833 mCi.nvResetConfig(3 /* factory NV reset */, response); in resetModemConfig()
2842 mCi.nvResetConfig(2 /* erase NV */, response); in eraseModemConfig()
DRIL.java4125 public void nvResetConfig(int resetType, Message result) { in nvResetConfig() method in RIL
4139 modemProxy.nvResetConfig(rr.mSerial, resetType); in nvResetConfig()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java583 public void nvResetConfig(int resetType, Message response) {} in nvResetConfig() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1271 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() method in SimulatedCommandsVerifier
DRILTest.java1290 mRILUnderTest.nvResetConfig(resetType, obtainMessage()); in testNvResetConfig()
1291 verify(mRadioProxy).nvResetConfig( in testNvResetConfig()
DSimulatedCommands.java2110 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() method in SimulatedCommands
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java8222 public boolean nvResetConfig(int resetType) { in nvResetConfig() method in TelephonyManager
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt83796 Lcom/android/internal/telephony/ITelephony$Stub$Proxy;->nvResetConfig(I)Z
84137 Lcom/android/internal/telephony/ITelephony;->nvResetConfig(I)Z