Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java296 ImsPhoneConnection imsPhoneConnection = getFirstConnection(); in merge() local
297 if (imsPhoneConnection != null) { in merge()
298 long conferenceConnectTime = imsPhoneConnection.getConferenceConnectTime(); in merge()
300 imsPhoneConnection.setConnectTime(conferenceConnectTime); in merge()
301 imsPhoneConnection.setConnectTimeReal(imsPhoneConnection.getConnectTimeReal()); in merge()
H A DImsPhoneCallTracker.java2519 for (ImsPhoneConnection imsPhoneConnection : mConnections) { in removeConnection()
2520 if (imsPhoneConnection != null && imsPhoneConnection.isEmergency() == true) { in removeConnection()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java2457 ImsPhoneConnection imsPhoneConnection = in updateStateInternal() local
2459 imsReasonInfo = imsPhoneConnection.getImsReasonInfo(); in updateStateInternal()