Searched refs:mTelephonyManagerProxy (Results 1 – 2 of 2) sorted by relevance
120 @Mock TelephonyConnectionService.TelephonyManagerProxy mTelephonyManagerProxy; field in TelephonyConnectionServiceTest181 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()
236 private TelephonyManagerProxy mTelephonyManagerProxy; field in TelephonyConnectionService400 mTelephonyManagerProxy = proxy; in setTelephonyManagerProxy()728 final boolean isEmergencyNumber = mTelephonyManagerProxy.isCurrentEmergencyNumber(number); in onCreateOutgoingConnection()866 mTelephonyManagerProxy.getCurrentEmergencyNumberList(); in isEmergencyNumberTestNumber()1983 int phoneCount = mTelephonyManagerProxy.getPhoneCount(); in possiblyOverrideDefaultDataForEmergencyCall()2143 int phoneCount = mTelephonyManagerProxy.getPhoneCount(); in getFirstPhoneForEmergencyCall()2186 if (firstPhoneWithSim == null && mTelephonyManagerProxy.hasIccCard(i)) { in getFirstPhoneForEmergencyCall()