Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java559 getRadioServiceProxy(i); in resetProxyAndRequestList()
562 getRadioServiceProxy(service); in resetProxyAndRequestList()
783 public <T extends RadioServiceProxy> T getRadioServiceProxy(Class<T> serviceClass) { in getRadioServiceProxy() method in RIL
785 return (T) getRadioServiceProxy(HAL_SERVICE_DATA); in getRadioServiceProxy()
788 return (T) getRadioServiceProxy(HAL_SERVICE_MESSAGING); in getRadioServiceProxy()
791 return (T) getRadioServiceProxy(HAL_SERVICE_MODEM); in getRadioServiceProxy()
794 return (T) getRadioServiceProxy(HAL_SERVICE_NETWORK); in getRadioServiceProxy()
797 return (T) getRadioServiceProxy(HAL_SERVICE_SIM); in getRadioServiceProxy()
800 return (T) getRadioServiceProxy(HAL_SERVICE_VOICE); in getRadioServiceProxy()
803 return (T) getRadioServiceProxy(HAL_SERVICE_IMS); in getRadioServiceProxy()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java336 doReturn(mDataProxy).when(mRILUnderTest).getRadioServiceProxy(eq(RadioDataProxy.class)); in setUp()
337 doReturn(mNetworkProxy).when(mRILUnderTest).getRadioServiceProxy( in setUp()
339 doReturn(mSimProxy).when(mRILUnderTest).getRadioServiceProxy(eq(RadioSimProxy.class)); in setUp()
340 doReturn(mRadioModemProxy).when(mRILUnderTest).getRadioServiceProxy( in setUp()