Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java103 @Mock TelephonyConnectionService.TelephonyManagerProxy mTelephonyManagerProxy; field in TelephonyConnectionServiceTest
163 mTestConnectionService.setTelephonyManagerProxy(mTelephonyManagerProxy); in setUp()
1178 doReturn(true).when(mTelephonyManagerProxy).isCurrentEmergencyNumber( in setupConnectionServiceForDelayDial()
1184 doReturn(emergencyNumbers).when(mTelephonyManagerProxy).getCurrentEmergencyNumberList(); in setupConnectionServiceForDelayDial()
1185 doReturn(2).when(mTelephonyManagerProxy).getPhoneCount(); in setupConnectionServiceForDelayDial()
1218 doReturn(true).when(mTelephonyManagerProxy).isCurrentEmergencyNumber( in setupConnectionServiceInApm()
1224 doReturn(emergencyNumbers).when(mTelephonyManagerProxy).getCurrentEmergencyNumberList(); in setupConnectionServiceInApm()
1225 doReturn(2).when(mTelephonyManagerProxy).getPhoneCount(); in setupConnectionServiceInApm()
1282 when(mTelephonyManagerProxy.getPhoneCount()).thenReturn(2); in setupDeviceConfig()
1297 when(mTelephonyManagerProxy.hasIccCard(slotId)).thenReturn(isInserted); in setSlotHasIccCard()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java228 private TelephonyManagerProxy mTelephonyManagerProxy; field in TelephonyConnectionService
413 mTelephonyManagerProxy = proxy; in setTelephonyManagerProxy()
754 final boolean isEmergencyNumber = mTelephonyManagerProxy.isCurrentEmergencyNumber(number); in onCreateOutgoingConnection()
893 mTelephonyManagerProxy.getCurrentEmergencyNumberList(); in isEmergencyNumberTestNumber()
1922 int phoneCount = mTelephonyManagerProxy.getPhoneCount(); in possiblyOverrideDefaultDataForEmergencyCall()
2082 int phoneCount = mTelephonyManagerProxy.getPhoneCount(); in getFirstPhoneForEmergencyCall()
2125 if (firstPhoneWithSim == null && mTelephonyManagerProxy.hasIccCard(i)) { in getFirstPhoneForEmergencyCall()