Home
last modified time | relevance | path

Searched refs:resetType (Results 1 – 9 of 9) 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() argument
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() argument
DRIL.java4125 public void nvResetConfig(int resetType, Message result) { in nvResetConfig() argument
4135 + " resetType = " + resetType); in nvResetConfig()
4139 modemProxy.nvResetConfig(rr.mSerial, resetType); in nvResetConfig()
DRILUtils.java1165 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/
DImsPhoneCommandInterface.java583 public void nvResetConfig(int resetType, Message response) {} in nvResetConfig() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1271 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() argument
DRILTest.java1289 int resetType = 1; in testNvResetConfig() local
1290 mRILUnderTest.nvResetConfig(resetType, obtainMessage()); in testNvResetConfig()
1293 RILUtils.convertToHalResetNvType(resetType)); in testNvResetConfig()
DSimulatedCommands.java2110 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() argument
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java8222 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()