Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java793 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 …]
DRadioNetworkProxy.java39 public class RadioNetworkProxy extends RadioServiceProxy { class
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java220 private RadioNetworkProxy mNetworkProxy;
307 mNetworkProxy = mock(RadioNetworkProxy.class); in setUp()
338 eq(RadioNetworkProxy.class)); in setUp()