Searched refs:mTransientConferenceSession (Results 1 – 1 of 1) sorted by relevance
563 private ImsCallSession mTransientConferenceSession = null; field in ImsCall2039 if (session != null && session != mSession && session == mTransientConferenceSession) { in isTransientConferenceSession()2148 if (mTransientConferenceSession == null) { in processMergeComplete()2159 ImsCallSession transientConferenceSession = mTransientConferenceSession; in processMergeComplete()2160 mTransientConferenceSession = null; in processMergeComplete()2358 if (mTransientConferenceSession != null) { in processMergeFailed()2359 mTransientConferenceSession.setListener(null); in processMergeFailed()2360 mTransientConferenceSession = null; in processMergeFailed()2766 mTransientConferenceSession = newSession; in callSessionMergeComplete()3554 areMergeTriggersDone &= isSessionAlive(mTransientConferenceSession); in shouldProcessConferenceResult()[all …]