Searched refs:imsPhoneConnection (Results 1 – 2 of 2) sorted by relevance
2497 ImsPhoneConnection imsPhoneConnection = in updateStateInternal() local2499 reasonInfo = imsPhoneConnection.getImsReasonInfo(); in updateStateInternal()2507 imsPhoneConnection.getEmergencyNumberInfo(); in updateStateInternal()2561 ImsPhoneConnection imsPhoneConnection = in updateStateInternal() local2563 imsReasonInfo = imsPhoneConnection.getImsReasonInfo(); in updateStateInternal()
3763 ImsPhoneConnection imsPhoneConnection = Mockito.mock(ImsPhoneConnection.class); in testDomainSelectionAddCsEmergencyCallWhenImsCallActive() local3765 when(imsPhoneConnection.getCall()).thenReturn(imsPhoneCall); in testDomainSelectionAddCsEmergencyCallWhenImsCallActive()3766 when(imsPhoneConnection.getPhoneType()).thenReturn(PhoneConstants.PHONE_TYPE_IMS); in testDomainSelectionAddCsEmergencyCallWhenImsCallActive()3772 tc1.setOriginalConnection(imsPhoneConnection); in testDomainSelectionAddCsEmergencyCallWhenImsCallActive()3794 verify(imsPhoneConnection).addListener(listenerCaptor.capture()); in testDomainSelectionAddCsEmergencyCallWhenImsCallActive()3886 ImsPhoneConnection imsPhoneConnection = Mockito.mock(ImsPhoneConnection.class); in testDomainSelectionAddVoWifiEmergencyCallWhenImsCallActive() local3888 when(imsPhoneConnection.getCall()).thenReturn(imsPhoneCall); in testDomainSelectionAddVoWifiEmergencyCallWhenImsCallActive()3889 when(imsPhoneConnection.getPhoneType()).thenReturn(PhoneConstants.PHONE_TYPE_IMS); in testDomainSelectionAddVoWifiEmergencyCallWhenImsCallActive()3895 tc1.setOriginalConnection(imsPhoneConnection); in testDomainSelectionAddVoWifiEmergencyCallWhenImsCallActive()3917 verify(imsPhoneConnection, never()).addListener(listenerCaptor.capture()); in testDomainSelectionAddVoWifiEmergencyCallWhenImsCallActive()