/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GsmSmsDispatcherTest.java | 159 verify(mSimulatedCommandsVerifier).sendSMS(anyString(), anyString(), any(Message.class)); in testSendSmsToRegularNumber_doesNotNotifyblockedNumberProvider() 179 verify(mSimulatedCommandsVerifier).sendSMS(anyString(), anyString(), any(Message.class)); in testSendSmsToEmergencyNumber_notifiesBlockedNumberProvider() 222 verify(mSimulatedCommandsVerifier, times(0)).sendSMS(anyString(), anyString(), in testSendTextWithInvalidDestAddr()
|
D | UsimDataDownloadCommands.java.broken | 350 public void sendSMS(String smscPDU, String pdu, Message response) {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmSMSDispatcher.java | 195 mCi.sendSMS(IccUtils.bytesToHexString(smsc), in sendSms()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 238 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() method in ImsPhoneCommandInterface
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 239 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() method in SipCommandInterface
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 1176 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS() method
|
D | RIL.java | 1636 public void sendSMS(String smscPdu, String pdu, Message result) { in sendSMS() method in RIL
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommands.java | 1120 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() method in SimulatedCommands 1121 SimulatedCommandsVerifier.getInstance().sendSMS(smscPDU, pdu, result); in sendSMS()
|
D | SimulatedCommandsVerifier.java | 837 public void sendSMS(String smscPDU, String pdu, Message response) { in sendSMS() method in SimulatedCommandsVerifier
|
D | RILTest.java | 725 mRILUnderTest.sendSMS(smscPdu, pdu, obtainMessage()); in testSendSMS()
|