Lines Matching refs:foregroundCall
1013 Call foregroundCall = mCM.getActiveFgCall();
1037 switch(foregroundCall.getState()) {
1683 Call foregroundCall = mCM.getActiveFgCall();
1690 if (foregroundCall.getState().isAlive()) {
1691 connections.addAll(foregroundCall.getConnections());
1809 Call foregroundCall = mCM.getActiveFgCall();
1818 } else if (foregroundCall.getState().isAlive()) {
1822 clccConnections[0] = foregroundCall.getEarliestConnection();
1825 if (foregroundCall.getConnections().size() <= 1) {
1828 clccConnections[0] = foregroundCall.getLatestConnection();
1833 clccConnections[0] = foregroundCall.getEarliestConnection();
1834 clccConnections[1] = foregroundCall.getLatestConnection();