Searched refs:imsPhoneConnection (Results 1 – 2 of 2) sorted by relevance
295 ImsPhoneConnection imsPhoneConnection = getFirstConnection(); in merge() local296 if (imsPhoneConnection != null) { in merge()297 long conferenceConnectTime = imsPhoneConnection.getConferenceConnectTime(); in merge()299 imsPhoneConnection.setConnectTime(conferenceConnectTime); in merge()300 imsPhoneConnection.setConnectTimeReal(imsPhoneConnection.getConnectTimeReal()); in merge()
2344 for (ImsPhoneConnection imsPhoneConnection : mConnections) { in removeConnection()2345 if (imsPhoneConnection != null && imsPhoneConnection.isEmergency() == true) { in removeConnection()