Searched refs:resetType (Results 1 – 9 of 9) 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() argument 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() argument
|
D | RIL.java | 4125 public void nvResetConfig(int resetType, Message result) { in nvResetConfig() argument 4135 + " resetType = " + resetType); in nvResetConfig() 4139 modemProxy.nvResetConfig(rr.mSerial, resetType); in nvResetConfig()
|
D | RILUtils.java | 1165 public static int convertToHalResetNvType(int resetType) { in convertToHalResetNvType() argument 1172 switch (resetType) { in convertToHalResetNvType() 1185 public static int convertToHalResetNvTypeAidl(int resetType) { in convertToHalResetNvTypeAidl() argument 1192 switch (resetType) { in convertToHalResetNvTypeAidl()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 583 public void nvResetConfig(int resetType, Message response) {} in nvResetConfig() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommandsVerifier.java | 1271 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() argument
|
D | RILTest.java | 1289 int resetType = 1; in testNvResetConfig() local 1290 mRILUnderTest.nvResetConfig(resetType, obtainMessage()); in testNvResetConfig() 1293 RILUtils.convertToHalResetNvType(resetType)); in testNvResetConfig()
|
D | SimulatedCommands.java | 2110 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() argument
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 8222 public boolean nvResetConfig(int resetType) { in nvResetConfig() argument 8226 if (resetType == 1 /*1: reload NV reset */) { in nvResetConfig() 8228 } else if (resetType == 3 /*3: factory NV reset */) { in nvResetConfig()
|