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