Home
last modified time | relevance | path

Searched refs:sendSMSExpectMore (Results 1 – 15 of 15) sorted by relevance

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_sms.cpp51 TEST_P(RadioHidlTest, sendSMSExpectMore) { in TEST_P() argument
58 radio->sendSMSExpectMore(serial, msg); in TEST_P()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGsmSmsDispatcherTest.java492 verify(mSimulatedCommandsVerifier).sendSMSExpectMore(anyString(), anyString(), in testSendMultipartSmsByCarrierAppNoResponse()
508 verify(mSimulatedCommandsVerifier).sendSMSExpectMore(anyString(), anyString(), in testSendMultipartSmsByCarrierAppBindingFailed()
H A DUsimDataDownloadCommands.java.broken354 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) {
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java195 mCi.sendSMSExpectMore(IccUtils.bytesToHexString(smsc), in sendSms()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java245 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() method in ImsPhoneCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java246 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() method in SipCommandInterface
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp237 Return<void> Radio::sendSMSExpectMore( in sendSMSExpectMore() function in android::hardware::radio::V1_2::implementation::Radio
H A DRadio.h85 Return<void> sendSMSExpectMore(
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java1152 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() method in SimulatedCommands
1153 SimulatedCommandsVerifier.getInstance().sendSMSExpectMore(smscPDU, pdu, result); in sendSMSExpectMore()
H A DSimulatedCommandsVerifier.java855 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { in sendSMSExpectMore() method in SimulatedCommandsVerifier
H A DRILTest.java789 mRILUnderTest.sendSMSExpectMore(smscPdu, pdu, obtainMessage()); in testSendSMSExpectMore()
790 verify(mRadioProxy).sendSMSExpectMore(mSerialNumberCaptor.capture(), eq(msg)); in testSendSMSExpectMore()
808 mRILUnderTest.sendSMSExpectMore(smscPdu, pdu, obtainMessage()); in testSendSMSExpectMore_1_6()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1196 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore() method
H A DRIL.java1749 public void sendSMSExpectMore(String smscPdu, String pdu, Message result) { in sendSMSExpectMore() method in RIL
1772 radioProxy.sendSMSExpectMore(rr.mSerial, msg); in sendSMSExpectMore()
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadio.hal356 oneway sendSMSExpectMore(int32_t serial, GsmSmsMessage message);
/aosp12/hardware/ril/libril/
H A Dril_service.cpp180 Return<void> sendSMSExpectMore(int32_t serial, const GsmSmsMessage& message);
1047 Return<void> RadioImpl::sendSMSExpectMore(int32_t serial, const GsmSmsMessage& message) { in sendSMSExpectMore() function in RadioImpl