Searched refs:mTransientConferenceSession (Results 1 – 1 of 1) sorted by relevance
608 private ImsCallSession mTransientConferenceSession = null; field in ImsCall2137 if (session != null && session != mSession && session == mTransientConferenceSession) { in isTransientConferenceSession()2246 if (mTransientConferenceSession == null) { in processMergeComplete()2257 ImsCallSession transientConferenceSession = mTransientConferenceSession; in processMergeComplete()2258 mTransientConferenceSession = null; in processMergeComplete()2456 if (mTransientConferenceSession != null) { in processMergeFailed()2457 mTransientConferenceSession.setListener(null, null); in processMergeFailed()2458 mTransientConferenceSession = null; in processMergeFailed()2900 mTransientConferenceSession = newSession; in callSessionMergeComplete()3742 areMergeTriggersDone &= isSessionAlive(mTransientConferenceSession); in shouldProcessConferenceResult()[all …]