Searched refs:RadioMessagingProxy (Results 1 – 2 of 2) sorted by relevance
787 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 …]
31 public class RadioMessagingProxy extends RadioServiceProxy { class