Searched refs:mTransientConferenceSession (Results 1 – 1 of 1) sorted by relevance
592 private ImsCallSession mTransientConferenceSession = null; field in ImsCall2092 if (session != null && session != mSession && session == mTransientConferenceSession) { in isTransientConferenceSession()2201 if (mTransientConferenceSession == null) { in processMergeComplete()2212 ImsCallSession transientConferenceSession = mTransientConferenceSession; in processMergeComplete()2213 mTransientConferenceSession = null; in processMergeComplete()2411 if (mTransientConferenceSession != null) { in processMergeFailed()2412 mTransientConferenceSession.setListener(null); in processMergeFailed()2413 mTransientConferenceSession = null; in processMergeFailed()2851 mTransientConferenceSession = newSession; in callSessionMergeComplete()3674 areMergeTriggersDone &= isSessionAlive(mTransientConferenceSession); in shouldProcessConferenceResult()[all …]