Searched refs:nvResetConfig (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl762 boolean nvResetConfig(int resetType);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java601 public void nvResetConfig(int resetType, Message response) {} method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java609 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.java.broken696 public void nvResetConfig(int resetType, Message response) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1936 void nvResetConfig(int resetType, Message response); method in interface:CommandsInterface
H A DPhone.java2139 public void nvResetConfig(int resetType, Message response) { method in class:Phone
2140 mCi.nvResetConfig(resetType, response);
H A DRIL.java3298 public void nvResetConfig(int resetType, Message result) { method in class:RIL
3310 radioProxy.nvResetConfig(rr.mSerial, convertToHalResetNvType(resetType));
3312 handleRadioProxyExceptionForRR(rr, "nvResetConfig", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommandsVerifier.java1296 public void nvResetConfig(int resetType, Message response) { method in class:SimulatedCommandsVerifier
H A DSimulatedCommands.java2007 public void nvResetConfig(int resetType, Message response) { method in class:SimulatedCommands
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java548 public void nvResetConfig(int resetType, Message response) { method in class:PhoneMock
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java849 mRILUnderTest.nvResetConfig(resetType, obtainMessage());
850 verify(mRadioProxy).nvResetConfig(
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java4861 public boolean nvResetConfig(int resetType) { method in class:TelephonyManager
4865 return telephony.nvResetConfig(resetType);
4867 Rlog.e(TAG, "nvResetConfig RemoteException", ex);
4869 Rlog.e(TAG, "nvResetConfig NPE", ex);
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 237 milliseconds