Home
last modified time | relevance | path

Searched refs:sendImsGsmSms (Results 1 – 12 of 12) 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()
DSimulatedCommands.java2051 public void sendImsGsmSms(String smscPDU, String pdu, in sendImsGsmSms() method in SimulatedCommands
2053 SimulatedCommandsVerifier.getInstance().sendImsGsmSms(smscPDU, pdu, retry, messageRef, in sendImsGsmSms()
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.java96 verify(mSimulatedCommandsVerifier, times(0)).sendImsGsmSms(anyString(), anyString(), in testSendTextWithOutDesAddr()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmSMSDispatcher.java199 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.java1212 void sendImsGsmSms (String smscPDU, String pdu, int retry, int messageRef, in sendImsGsmSms() method
DRIL.java4062 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,
/frameworks/base/config/
Dboot-image-profile.txt43090 HSPLcom/android/internal/telephony/RIL;->sendImsGsmSms(Ljava/lang/String;Ljava/lang/String;IILandro…