Searched refs:mTelephonyManagerProxy (Results 1 – 2 of 2) sorted by relevance
103 @Mock TelephonyConnectionService.TelephonyManagerProxy mTelephonyManagerProxy; field in TelephonyConnectionServiceTest163 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()
233 private TelephonyManagerProxy mTelephonyManagerProxy; field in TelephonyConnectionService418 mTelephonyManagerProxy = proxy; in setTelephonyManagerProxy()759 final boolean isEmergencyNumber = mTelephonyManagerProxy.isCurrentEmergencyNumber(number); in onCreateOutgoingConnection()898 mTelephonyManagerProxy.getCurrentEmergencyNumberList(); in isEmergencyNumberTestNumber()1934 int phoneCount = mTelephonyManagerProxy.getPhoneCount(); in possiblyOverrideDefaultDataForEmergencyCall()2094 int phoneCount = mTelephonyManagerProxy.getPhoneCount(); in getFirstPhoneForEmergencyCall()2137 if (firstPhoneWithSim == null && mTelephonyManagerProxy.hasIccCard(i)) { in getFirstPhoneForEmergencyCall()