Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DTelephonyConnectionServiceTest.java120 @Mock TelephonyConnectionService.TelephonyManagerProxy mTelephonyManagerProxy; field in TelephonyConnectionServiceTest
181 mTestConnectionService.setTelephonyManagerProxy(mTelephonyManagerProxy); in setUp()
1387 doReturn(true).when(mTelephonyManagerProxy).isCurrentEmergencyNumber( in setupConnectionServiceForDelayDial()
1393 doReturn(emergencyNumbers).when(mTelephonyManagerProxy).getCurrentEmergencyNumberList(); in setupConnectionServiceForDelayDial()
1394 doReturn(2).when(mTelephonyManagerProxy).getPhoneCount(); in setupConnectionServiceForDelayDial()
1429 doReturn(true).when(mTelephonyManagerProxy).isCurrentEmergencyNumber( in setupConnectionServiceInApm()
1435 doReturn(emergencyNumbers).when(mTelephonyManagerProxy).getCurrentEmergencyNumberList(); in setupConnectionServiceInApm()
1436 doReturn(2).when(mTelephonyManagerProxy).getPhoneCount(); in setupConnectionServiceInApm()
1486 when(mTelephonyManagerProxy.getPhoneCount()).thenReturn(2); in setupDeviceConfig()
1501 when(mTelephonyManagerProxy.hasIccCard(slotId)).thenReturn(isInserted); in setSlotHasIccCard()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnectionService.java236 private TelephonyManagerProxy mTelephonyManagerProxy; field in TelephonyConnectionService
400 mTelephonyManagerProxy = proxy; in setTelephonyManagerProxy()
729 final boolean isEmergencyNumber = mTelephonyManagerProxy.isCurrentEmergencyNumber(number); in onCreateOutgoingConnection()
867 mTelephonyManagerProxy.getCurrentEmergencyNumberList(); in isEmergencyNumberTestNumber()
1984 int phoneCount = mTelephonyManagerProxy.getPhoneCount(); in possiblyOverrideDefaultDataForEmergencyCall()
2143 int phoneCount = mTelephonyManagerProxy.getPhoneCount(); in getFirstPhoneForEmergencyCall()
2186 if (firstPhoneWithSim == null && mTelephonyManagerProxy.hasIccCard(i)) { in getFirstPhoneForEmergencyCall()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsResolver.java275 int slotSimState = mTelephonyManagerProxy.getSimState(mContext, slotId);
332 private TelephonyManagerProxy mTelephonyManagerProxy = new TelephonyManagerProxy() { field in ImsResolver
591 mTelephonyManagerProxy = proxy; in setTelephonyManagerProxy()