Searched refs:imsPhoneConnection (Results 1 – 2 of 2) sorted by relevance
298 ImsPhoneConnection imsPhoneConnection = getFirstConnection(); in merge() local299 if (imsPhoneConnection != null) { in merge()300 long conferenceConnectTime = imsPhoneConnection.getConferenceConnectTime(); in merge()302 imsPhoneConnection.setConnectTime(conferenceConnectTime); in merge()303 imsPhoneConnection.setConnectTimeReal(imsPhoneConnection.getConnectTimeReal()); in merge()
3040 for (ImsPhoneConnection imsPhoneConnection : mConnections) { in removeConnection()3041 if (imsPhoneConnection != null && imsPhoneConnection.isEmergency() == true) { in removeConnection()