Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java454 getRadioProxy(null); in resetProxyAndRequestList()
592 getRadioProxy(null); in onSlotActiveStatusChange()
651 getRadioProxy(null); in RIL()
709 IRadio radioProxy = getRadioProxy(result); in getIccCardStatus()
749 IRadio radioProxy = getRadioProxy(result); in supplyIccPinForApp()
776 IRadio radioProxy = getRadioProxy(result); in supplyIccPukForApp()
806 IRadio radioProxy = getRadioProxy(result); in supplyIccPin2ForApp()
833 IRadio radioProxy = getRadioProxy(result); in supplyIccPuk2ForApp()
861 IRadio radioProxy = getRadioProxy(result); in changeIccPinForApp()
889 IRadio radioProxy = getRadioProxy(result); in changeIccPin2ForApp()
[all …]
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java315 doReturn(mRadioProxy).when(mRILUnderTest).getRadioProxy(any()); in setUp()
2777 doReturn(null).when(mRILUnderTest).getRadioProxy(any()); in testAreUiccApplicationsEnabled_nullRadioProxy()