Searched refs:mTelephonyManagerProxy (Results 1 – 3 of 3) 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()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()
275 int slotSimState = mTelephonyManagerProxy.getSimState(mContext, slotId);332 private TelephonyManagerProxy mTelephonyManagerProxy = new TelephonyManagerProxy() { field in ImsResolver591 mTelephonyManagerProxy = proxy; in setTelephonyManagerProxy()