Searched refs:RadioNetworkProxy (Results 1 – 3 of 3) sorted by relevance
793 if (serviceClass == RadioNetworkProxy.class) { in getRadioServiceProxy()899 mHalVersion.put(service, ((RadioNetworkProxy) serviceProxy).setAidl( in getRadioServiceProxy()1013 ((RadioNetworkProxy) serviceProxy).getAidl().asBinder()); in getRadioServiceProxy()1014 ((RadioNetworkProxy) serviceProxy).getAidl().setResponseFunctions( in getRadioServiceProxy()1188 mServiceProxies.put(HAL_SERVICE_NETWORK, new RadioNetworkProxy()); in RIL()1382 } else if (proxy instanceof RadioNetworkProxy) { in canMakeRequest()1591 RadioNetworkProxy networkProxy = getRadioServiceProxy(RadioNetworkProxy.class); in supplyNetworkDepersonalization()1686 RadioNetworkProxy networkProxy = getRadioServiceProxy(RadioNetworkProxy.class); in setSystemSelectionChannels()1707 RadioNetworkProxy networkProxy = getRadioServiceProxy(RadioNetworkProxy.class); in getSystemSelectionChannels()1950 RadioNetworkProxy networkProxy = getRadioServiceProxy(RadioNetworkProxy.class); in getSignalStrength()[all …]
39 public class RadioNetworkProxy extends RadioServiceProxy { class
220 private RadioNetworkProxy mNetworkProxy;307 mNetworkProxy = mock(RadioNetworkProxy.class); in setUp()338 eq(RadioNetworkProxy.class)); in setUp()