Searched refs:imsPhoneConnection (Results 1 – 2 of 2) sorted by relevance
291 ImsPhoneConnection imsPhoneConnection = getFirstConnection(); in merge() local292 if (imsPhoneConnection != null) { in merge()293 long conferenceConnectTime = imsPhoneConnection.getConferenceConnectTime(); in merge()295 imsPhoneConnection.setConnectTime(conferenceConnectTime); in merge()296 imsPhoneConnection.setConnectTimeReal(imsPhoneConnection.getConnectTimeReal()); in merge()
2328 for (ImsPhoneConnection imsPhoneConnection : mConnections) { in removeConnection()2329 if (imsPhoneConnection != null && imsPhoneConnection.isEmergency() == true) { in removeConnection()