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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java595 public void nvResetConfig(int resetType, Message response) {} method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java603 public void nvResetConfig(int resetType, Message response) { method in class:SipCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java696 public void nvResetConfig(int resetType, Message response) { method in class:UsimDataDownloadCommands
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java2843 public boolean nvResetConfig(int resetType) { method in class:TelephonyManager
2845 return getITelephony().nvResetConfig(resetType);
2847 Rlog.e(TAG, "nvResetConfig RemoteException", ex);
2849 Rlog.e(TAG, "nvResetConfig NPE", ex);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneProxy.java1321 public void nvResetConfig(int resetType, Message response) { method in class:PhoneProxy
1322 mActivePhone.nvResetConfig(resetType, response);
H A DCommandsInterface.java1885 void nvResetConfig(int resetType, Message response); method in interface:CommandsInterface
H A DPhone.java1860 void nvResetConfig(int resetType, Message response); method in interface:Phone
H A DPhoneBase.java1389 public void nvResetConfig(int resetType, Message response) { method in class:PhoneBase
1390 mCi.nvResetConfig(resetType, response);
H A DRIL.java4618 public void nvResetConfig(int resetType, Message response) { method in class:RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1757 public void nvResetConfig(int resetType, Message response) { method in class:SimulatedCommands

Completed in 69 milliseconds