Searched refs:nvResetConfig (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioModemProxy.java | 212 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()
|
D | CommandsInterface.java | 2123 void nvResetConfig(int resetType, Message response); in nvResetConfig() method
|
D | Phone.java | 2823 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()
|
D | RIL.java | 4125 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/ |
D | ImsPhoneCommandInterface.java | 583 public void nvResetConfig(int resetType, Message response) {} in nvResetConfig() method in ImsPhoneCommandInterface
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommandsVerifier.java | 1271 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() method in SimulatedCommandsVerifier
|
D | RILTest.java | 1290 mRILUnderTest.nvResetConfig(resetType, obtainMessage()); in testNvResetConfig() 1291 verify(mRadioProxy).nvResetConfig( in testNvResetConfig()
|
D | SimulatedCommands.java | 2110 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() method in SimulatedCommands
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 8222 public boolean nvResetConfig(int resetType) { in nvResetConfig() method in TelephonyManager
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 83796 Lcom/android/internal/telephony/ITelephony$Stub$Proxy;->nvResetConfig(I)Z 84137 Lcom/android/internal/telephony/ITelephony;->nvResetConfig(I)Z
|