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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl743 boolean nvWriteItem(int itemID, String itemValue);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java595 public void nvWriteItem(int itemID, String itemValue, Message response) {} method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java601 public void nvWriteItem(int itemID, String itemValue, Message response) { method in class:SipCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken688 public void nvWriteItem(int itemID, String itemValue, Message response) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1917 void nvWriteItem(int itemID, String itemValue, Message response); method in interface:CommandsInterface
H A DPhone.java2116 public void nvWriteItem(int itemID, String itemValue, Message response) { method in class:Phone
2117 mCi.nvWriteItem(itemID, itemValue, response);
H A DRIL.java3248 public void nvWriteItem(int itemId, String itemValue, Message result) { method in class:RIL
3264 radioProxy.nvWriteItem(rr.mSerial, item);
3266 handleRadioProxyExceptionForRR(rr, "nvWriteItem", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommandsVerifier.java1286 public void nvWriteItem(int itemID, String itemValue, Message response) { method in class:SimulatedCommandsVerifier
H A DSimulatedCommands.java1997 public void nvWriteItem(int itemID, String itemValue, Message response) { method in class:SimulatedCommands
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java540 public void nvWriteItem(int itemID, String itemValue, Message response) { method in class:PhoneMock
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java826 mRILUnderTest.nvWriteItem(itemId, itemValue, obtainMessage());
830 verify(mRadioProxy).nvWriteItem(mSerialNumberCaptor.capture(), eq(item));
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java4808 public boolean nvWriteItem(int itemID, String itemValue) { method in class:TelephonyManager
4812 return telephony.nvWriteItem(itemID, itemValue);
4814 Rlog.e(TAG, "nvWriteItem RemoteException", ex);
4816 Rlog.e(TAG, "nvWriteItem NPE", ex);
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 137 milliseconds