Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java272 ImsPhoneConnection imsPhoneConnection = getFirstConnection(); in merge() local
273 if (imsPhoneConnection != null) { in merge()
274 long conferenceConnectTime = imsPhoneConnection.getConferenceConnectTime(); in merge()
276 imsPhoneConnection.setConnectTime(conferenceConnectTime); in merge()
277 imsPhoneConnection.setConnectTimeReal(imsPhoneConnection.getConnectTimeReal()); in merge()
DImsPhoneCallTracker.java1851 for (ImsPhoneConnection imsPhoneConnection : mConnections) { in removeConnection()
1852 if (imsPhoneConnection != null && imsPhoneConnection.isEmergency() == true) { in removeConnection()