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