Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java787 if (serviceClass == RadioMessagingProxy.class) { in getRadioServiceProxy()
869 mHalVersion.put(service, ((RadioMessagingProxy) serviceProxy).setAidl( in getRadioServiceProxy()
1001 ((RadioMessagingProxy) serviceProxy).getAidl().asBinder()); in getRadioServiceProxy()
1002 ((RadioMessagingProxy) serviceProxy).getAidl().setResponseFunctions( in getRadioServiceProxy()
1186 mServiceProxies.put(HAL_SERVICE_MESSAGING, new RadioMessagingProxy()); in RIL()
1378 } else if (proxy instanceof RadioMessagingProxy) { in canMakeRequest()
2078 RadioMessagingProxy messagingProxy = getRadioServiceProxy(RadioMessagingProxy.class); in sendSMS()
2117 RadioMessagingProxy messagingProxy = getRadioServiceProxy(RadioMessagingProxy.class); in sendSMSExpectMore()
2362 RadioMessagingProxy messagingProxy = getRadioServiceProxy(RadioMessagingProxy.class); in acknowledgeLastIncomingGsmSms()
2810 RadioMessagingProxy messagingProxy = getRadioServiceProxy(RadioMessagingProxy.class); in writeSmsToSim()
[all …]
DRadioMessagingProxy.java31 public class RadioMessagingProxy extends RadioServiceProxy { class