Searched refs:foregroundConnectTime (Results 1 – 1 of 1) sorted by relevance
2538 long foregroundConnectTime = mForegroundCall.getEarliestConnectTime(); in conference() local2541 if (foregroundConnectTime > 0 && backgroundConnectTime > 0) { in conference()2545 } else if (foregroundConnectTime > 0) { in conference()2546 log("conference - bg call connect time is 0; using fg = " + foregroundConnectTime); in conference()2547 conferenceConnectTime = foregroundConnectTime; in conference()