Home
last modified time | relevance | path

Searched refs:nvResetConfig (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl661 boolean nvResetConfig(int resetType); in nvResetConfig() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java603 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java595 public void nvResetConfig(int resetType, Message response) {} in nvResetConfig() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java1891 void nvResetConfig(int resetType, Message response); in nvResetConfig() method
DPhoneProxy.java1353 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() method in PhoneProxy
1354 mActivePhone.nvResetConfig(resetType, response); in nvResetConfig()
DCommandsInterface.java1885 void nvResetConfig(int resetType, Message response); in nvResetConfig() method
DPhoneBase.java1547 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() method in PhoneBase
1548 mCi.nvResetConfig(resetType, response); in nvResetConfig()
DRIL.java4757 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() method in RIL
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken696 public void nvResetConfig(int resetType, Message response) {
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java3156 public boolean nvResetConfig(int resetType) { in nvResetConfig() method in TelephonyManager
3160 return telephony.nvResetConfig(resetType); in nvResetConfig()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1757 public void nvResetConfig(int resetType, Message response) { in nvResetConfig() method in SimulatedCommands