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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java592 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.java598 public void nvWriteItem(int itemID, String itemValue, Message response) { method in class:SipCommandInterface
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3573 public boolean nvWriteItem(int itemID, String itemValue) { method in class:TelephonyManager
3577 return telephony.nvWriteItem(itemID, itemValue);
3579 Rlog.e(TAG, "nvWriteItem RemoteException", ex);
3581 Rlog.e(TAG, "nvWriteItem NPE", ex);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1868 void nvWriteItem(int itemID, String itemValue, Message response); method in interface:CommandsInterface
H A DRIL.java5047 public void nvWriteItem(int itemID, String itemValue, Message response) { method in class:RIL
H A DPhone.java1978 public void nvWriteItem(int itemID, String itemValue, Message response) { method in class:Phone
1979 mCi.nvWriteItem(itemID, itemValue, response);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1913 public void nvWriteItem(int itemID, String itemValue, Message response) { method in class:SimulatedCommands
H A DSimulatedCommandsVerifier.java1267 public void nvWriteItem(int itemID, String itemValue, Message response) { method in class:SimulatedCommandsVerifier
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java533 public void nvWriteItem(int itemID, String itemValue, Message response) { method in class:PhoneMock

Completed in 5841 milliseconds