Home | History | Annotate | Download | only in phone

Lines Matching refs:foregroundCall

1014             Call foregroundCall = mCM.getActiveFgCall();
1038 switch(foregroundCall.getState()) {
1684 Call foregroundCall = mCM.getActiveFgCall();
1691 if (foregroundCall.getState().isAlive()) {
1692 connections.addAll(foregroundCall.getConnections());
1810 Call foregroundCall = mCM.getActiveFgCall();
1819 } else if (foregroundCall.getState().isAlive()) {
1823 clccConnections[0] = foregroundCall.getEarliestConnection();
1826 if (foregroundCall.getConnections().size() <= 1) {
1829 clccConnections[0] = foregroundCall.getLatestConnection();
1834 clccConnections[0] = foregroundCall.getEarliestConnection();
1835 clccConnections[1] = foregroundCall.getLatestConnection();