Searched refs:imsPhoneConnection (Results 1 – 2 of 2) sorted by relevance
265 ImsPhoneConnection imsPhoneConnection = getFirstConnection(); in merge() local266 if (imsPhoneConnection != null) { in merge()267 long conferenceConnectTime = imsPhoneConnection.getConferenceConnectTime(); in merge()269 imsPhoneConnection.setConnectTime(conferenceConnectTime); in merge()270 imsPhoneConnection.setConnectTimeReal(imsPhoneConnection.getConnectTimeReal()); in merge()
1814 for (ImsPhoneConnection imsPhoneConnection : mConnections) { in removeConnection()1815 if (imsPhoneConnection != null && imsPhoneConnection.isEmergency() == true) { in removeConnection()