Home
last modified time | relevance | path

Searched defs:resetType (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java611 public void nvResetConfig(int resetType, Message response) { in nvResetConfig()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java605 public void nvResetConfig(int resetType, Message response) {} in nvResetConfig()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1044 int resetType = 1; in testNvResetConfig() local
DSimulatedCommands.java2105 public void nvResetConfig(int resetType, Message response) { in nvResetConfig()
DSimulatedCommandsVerifier.java1297 public void nvResetConfig(int resetType, Message response) { in nvResetConfig()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java1808 private static int convertToHalResetNvType(int resetType) { in convertToHalResetNvType()
4312 public void nvResetConfig(int resetType, Message result) { in nvResetConfig()
DCommandsInterface.java2089 void nvResetConfig(int resetType, Message response); in nvResetConfig()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java6494 public boolean nvResetConfig(int resetType) { in nvResetConfig()