Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java2497 ImsPhoneConnection imsPhoneConnection = in updateStateInternal() local
2499 reasonInfo = imsPhoneConnection.getImsReasonInfo(); in updateStateInternal()
2507 imsPhoneConnection.getEmergencyNumberInfo(); in updateStateInternal()
2561 ImsPhoneConnection imsPhoneConnection = in updateStateInternal() local
2563 imsReasonInfo = imsPhoneConnection.getImsReasonInfo(); in updateStateInternal()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java3763 ImsPhoneConnection imsPhoneConnection = Mockito.mock(ImsPhoneConnection.class); in testDomainSelectionAddCsEmergencyCallWhenImsCallActive() local
3765 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() local
3888 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()