Searched refs:mTransientConferenceSession (Results 1 – 1 of 1) sorted by relevance
548 private ImsCallSession mTransientConferenceSession = null; field in ImsCall1956 if (session != null && session != mSession && session == mTransientConferenceSession) { in isTransientConferenceSession()2065 if (mTransientConferenceSession == null) { in processMergeComplete()2076 ImsCallSession transientConferenceSession = mTransientConferenceSession; in processMergeComplete()2077 mTransientConferenceSession = null; in processMergeComplete()2275 if (mTransientConferenceSession != null) { in processMergeFailed()2276 mTransientConferenceSession.setListener(null); in processMergeFailed()2277 mTransientConferenceSession = null; in processMergeFailed()2687 mTransientConferenceSession = doesCallSessionExistsInMerge(newSession) ? in callSessionMergeComplete()3437 areMergeTriggersDone &= isSessionAlive(mTransientConferenceSession); in shouldProcessConferenceResult()[all …]