Home
last modified time | relevance | path

Searched defs: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()
DRILUtils.java1183 public static int convertToHalResetNvType(int resetType) { in convertToHalResetNvType()
1203 public static int convertToHalResetNvTypeAidl(int resetType) { in convertToHalResetNvTypeAidl()
DCommandsInterface.java2206 void nvResetConfig(int resetType, Message response); in nvResetConfig()
DRIL.java4223 public void nvResetConfig(int resetType, Message result) { in nvResetConfig()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java625 public void nvResetConfig(int resetType, Message response) {} in nvResetConfig()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1317 int resetType = 1; in testNvResetConfig() local
DSimulatedCommands.java2219 public void nvResetConfig(int resetType, Message response) { in nvResetConfig()
DSimulatedCommandsVerifier.java1330 public void nvResetConfig(int resetType, Message response) { in nvResetConfig()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java7822 public boolean nvResetConfig(int resetType) { in nvResetConfig()