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