Home | History | Annotate | Download | only in phone

Lines Matching full:foregroundcall

221         Call foregroundCall = mCM.getActiveFgCall();
224 Log.d(TAG, " handlePreciseCallStateChange: foreground: " + foregroundCall +
228 mForegroundCallState = foregroundCall.getState();
452 Call foregroundCall = mCM.getActiveFgCall();
459 if (foregroundCall.getState().isAlive()) {
460 connections.addAll(foregroundCall.getConnections());
557 Call foregroundCall = mCM.getActiveFgCall();
566 } else if (foregroundCall.getState().isAlive()) {
570 clccConnections[0] = foregroundCall.getEarliestConnection();
573 if (foregroundCall.getConnections().size() <= 1) {
578 clccConnections[0] = foregroundCall.getLatestConnection();
585 clccConnections[0] = foregroundCall.getEarliestConnection();
586 clccConnections[1] = foregroundCall.getLatestConnection();