Searched refs:backgroundConnectTime (Results 1 – 1 of 1) sorted by relevance
2051 long backgroundConnectTime = mBackgroundCall.getEarliestConnectTime(); in conference() local2053 if (foregroundConnectTime > 0 && backgroundConnectTime > 0) { in conference()2061 log("conference - fg call connect time is 0; using bg = " + backgroundConnectTime); in conference()2062 conferenceConnectTime = backgroundConnectTime; in conference()