HomeSort by relevance Sort by last modified time
    Searched refs:sendSMS (Results 1 - 6 of 6) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipCommandInterface.java 169 public void sendSMS (String smscPDU, String pdu, Message result) {
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 286 protected void sendSms(SmsTracker tracker) {
293 mCm.sendSMS(IccUtils.bytesToHexString(smsc), IccUtils.bytesToHexString(pdu), reply);
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java 349 public void sendSMS(String smscPDU, String pdu, Message response) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java     [all...]
RIL.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 939 public void sendSMS (String smscPDU, String pdu, Message result) {unimplemented(result);}
    [all...]

Completed in 413 milliseconds