Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java2078 RadioMessagingProxy messagingProxy = getRadioServiceProxy(RadioMessagingProxy.class); in sendSMS() local
2079 if (!canMakeRequest("sendSMS", messagingProxy, result, RADIO_HAL_VERSION_1_4)) { in sendSMS()
2091 messagingProxy.sendSms(rr.mSerial, smscPdu, pdu); in sendSMS()
2117 RadioMessagingProxy messagingProxy = getRadioServiceProxy(RadioMessagingProxy.class); in sendSMSExpectMore() local
2118 if (!canMakeRequest("sendSMSExpectMore", messagingProxy, result, RADIO_HAL_VERSION_1_4)) { in sendSMSExpectMore()
2131 messagingProxy.sendSmsExpectMore(rr.mSerial, smscPdu, pdu); in sendSMSExpectMore()
2362 RadioMessagingProxy messagingProxy = getRadioServiceProxy(RadioMessagingProxy.class); in acknowledgeLastIncomingGsmSms() local
2363 if (!canMakeRequest("acknowledgeLastIncomingGsmSms", messagingProxy, result, in acknowledgeLastIncomingGsmSms()
2376 messagingProxy.acknowledgeLastIncomingGsmSms(rr.mSerial, success, cause); in acknowledgeLastIncomingGsmSms()
2810 RadioMessagingProxy messagingProxy = getRadioServiceProxy(RadioMessagingProxy.class); in writeSmsToSim() local
[all …]