Searched defs:nvResetConfig (Results 1 - 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java598 public void nvResetConfig(int resetType, Message response) {} method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java606 public void nvResetConfig(int resetType, Message response) { method in class:SipCommandInterface
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3626 public boolean nvResetConfig(int resetType) { method in class:TelephonyManager
3630 return telephony.nvResetConfig(resetType);
3632 Rlog.e(TAG, "nvResetConfig RemoteException", ex);
3634 Rlog.e(TAG, "nvResetConfig NPE", ex);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1887 void nvResetConfig(int resetType, Message response); method in interface:CommandsInterface
H A DRIL.java5072 public void nvResetConfig(int resetType, Message response) { method in class:RIL
H A DPhone.java2001 public void nvResetConfig(int resetType, Message response) { method in class:Phone
2002 mCi.nvResetConfig(resetType, response);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1923 public void nvResetConfig(int resetType, Message response) { method in class:SimulatedCommands
H A DSimulatedCommandsVerifier.java1277 public void nvResetConfig(int resetType, Message response) { method in class:SimulatedCommandsVerifier
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java541 public void nvResetConfig(int resetType, Message response) { method in class:PhoneMock

Completed in 1468 milliseconds