Home
last modified time | relevance | path

Searched refs:sendSMS (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmSMSDispatcher.java309 mCi.sendSMS(IccUtils.bytesToHexString(smsc), in sendSmsByPstn()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java217 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java216 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1081 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS() method
DRIL.java1312 sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() method in RIL
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken350 public void sendSMS(String smscPDU, String pdu, Message response) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java995 public void sendSMS (String smscPDU, String pdu, Message result) {unimplemented(result);} in sendSMS() method in SimulatedCommands