Home
last modified time | relevance | path

Searched refs:sendImsGsmSms (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSmsDispatchersControllerTest.java91 verify(mSimulatedCommandsVerifier).sendImsGsmSms(eq("038122F2"), in testSendImsGmsTest()
101 verify(mSimulatedCommandsVerifier, times(0)).sendImsGsmSms(anyString(), anyString(), in testSendImsGmsTestWithOutDesAddr()
136 verify(mSimulatedCommandsVerifier).sendImsGsmSms((String)isNull(), (String)isNull(), eq(0), in testSendRetrySmsGsmTest()
DSimulatedCommandsVerifier.java857 public void sendImsGsmSms(String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() method in SimulatedCommandsVerifier
DRILTest.java945 mRILUnderTest.sendImsGsmSms(smscPdu, pdu, i, 0, obtainMessage()); in testSendRetryImsGsmSms()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
DCdmaSmsDispatcherTest.java97 verify(mSimulatedCommandsVerifier, times(0)).sendImsGsmSms(anyString(), anyString(), in testSendTextWithOutDesAddr()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmSMSDispatcher.java226 mCi.sendImsGsmSms(IccUtils.bytesToHexString(smsc), in sendSms()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java254 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java255 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1210 void sendImsGsmSms (String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() method
DRIL.java4061 public void sendImsGsmSms(String smscPdu, String pdu, int retry, int messageRef, in sendImsGsmSms() method in RIL
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken362 public void sendImsGsmSms (String smscPDU, String pdu,