Searched refs:RadioVoiceProxy (Results 1 – 2 of 2) sorted by relevance
799 if (serviceClass == RadioVoiceProxy.class) { in getRadioServiceProxy()929 mHalVersion.put(service, ((RadioVoiceProxy) serviceProxy).setAidl( in getRadioServiceProxy()1025 ((RadioVoiceProxy) serviceProxy).getAidl().asBinder()); in getRadioServiceProxy()1026 ((RadioVoiceProxy) serviceProxy).getAidl().setResponseFunctions( in getRadioServiceProxy()1190 mServiceProxies.put(HAL_SERVICE_VOICE, new RadioVoiceProxy()); in RIL()1386 } else if (proxy instanceof RadioVoiceProxy) { in canMakeRequest()1641 RadioVoiceProxy voiceProxy = getRadioServiceProxy(RadioVoiceProxy.class); in getCurrentCalls()1752 RadioVoiceProxy voiceProxy = getRadioServiceProxy(RadioVoiceProxy.class); in dial()1771 RadioVoiceProxy voiceProxy = getRadioServiceProxy(RadioVoiceProxy.class); in emergencyDial()1814 RadioVoiceProxy voiceProxy = getRadioServiceProxy(RadioVoiceProxy.class); in hangupConnection()[all …]
30 public class RadioVoiceProxy extends RadioServiceProxy { class