Searched defs:writeSmsToSim (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java255 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java256 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1162 void writeSmsToSim(int status, String smsc, String pdu, Message response); method in interface:CommandsInterface
H A DRIL.java2125 public void writeSmsToSim(int status, String smsc, String pdu, Message result) { method in class:RIL
2144 radioProxy.writeSmsToSim(rr.mSerial, args);
2146 handleRadioProxyExceptionForRR(rr, "writeSmsToSim", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1075 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { method in class:SimulatedCommands
H A DSimulatedCommandsVerifier.java851 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { method in class:SimulatedCommandsVerifier

Completed in 4579 milliseconds