Home
last modified time | relevance | path

Searched refs:foregroundConnectTime (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1859 long foregroundConnectTime = mForegroundCall.getEarliestConnectTime(); in conference() local
1862 if (foregroundConnectTime > 0 && backgroundConnectTime > 0) { in conference()
1866 } else if (foregroundConnectTime > 0) { in conference()
1867 log("conference - bg call connect time is 0; using fg = " + foregroundConnectTime); in conference()
1868 conferenceConnectTime = foregroundConnectTime; in conference()