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.java1165 public static int convertToHalResetNvType(int resetType) { in convertToHalResetNvType()
1185 public static int convertToHalResetNvTypeAidl(int resetType) { in convertToHalResetNvTypeAidl()
DCommandsInterface.java2123 void nvResetConfig(int resetType, Message response); in nvResetConfig()
DRIL.java4125 public void nvResetConfig(int resetType, Message result) { in nvResetConfig()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java583 public void nvResetConfig(int resetType, Message response) {} in nvResetConfig()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1289 int resetType = 1; in testNvResetConfig() local
DSimulatedCommands.java2110 public void nvResetConfig(int resetType, Message response) { in nvResetConfig()
DSimulatedCommandsVerifier.java1271 public void nvResetConfig(int resetType, Message response) { in nvResetConfig()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java8222 public boolean nvResetConfig(int resetType) { in nvResetConfig()