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.java624 public void nvResetConfig(int resetType, Message response) { in nvResetConfig()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java618 public void nvResetConfig(int resetType, Message response) {} in nvResetConfig()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1182 int resetType = 1; in testNvResetConfig() local
DSimulatedCommands.java2141 public void nvResetConfig(int resetType, Message response) { in nvResetConfig()
DSimulatedCommandsVerifier.java1322 public void nvResetConfig(int resetType, Message response) { in nvResetConfig()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java1969 private static int convertToHalResetNvType(int resetType) { in convertToHalResetNvType()
4618 public void nvResetConfig(int resetType, Message result) { in nvResetConfig()
DCommandsInterface.java2155 void nvResetConfig(int resetType, Message response); in nvResetConfig()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java7162 public boolean nvResetConfig(int resetType) { in nvResetConfig()