Home
last modified time | relevance | path

Searched refs:fgCall (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
DInCallControlState.java100 final Call fgCall = mCM.getActiveFgCall(); in update() local
101 final Call.State fgCallState = fgCall.getState(); in update()
106 if (TelephonyCapabilities.supportsConferenceCallManagement(fgCall.getPhone())) { in update()
110 manageConferenceVisible = PhoneUtils.isConferenceCall(fgCall); in update()
152 Connection c = fgCall.getLatestConnection(); in update()
156 fgCall.getPhone().getContext()); in update()
157 boolean isECM = PhoneUtils.isPhoneInEcm(fgCall.getPhone()); in update()
175 if (TelephonyCapabilities.supportsHoldAndUnhold(fgCall.getPhone())) { in update()
DCallCard.java254 Call fgCall = cm.getActiveFgCall(); in updateState() local
266 && !fgCall.getState().isDialing()) { in updateState()
270 } else if ((fgCall.getState() != Call.State.IDLE) in updateState()
342 Call fgCall = cm.getActiveFgCall(); in updateForegroundCall() local
345 if (fgCall.getState() == Call.State.IDLE) { in updateForegroundCall()
353 fgCall = bgCall; in updateForegroundCall()
359 displayMainCallStatus(cm, fgCall); in updateForegroundCall()
361 Phone phone = fgCall.getPhone(); in updateForegroundCall()
368 displaySecondaryCallStatus(cm, fgCall); in updateForegroundCall()
DPhoneUtils.java144 for (Call fgCall : cm.getForegroundCalls()) { in handleMessage()
145 if (!fgCall.isIdle()) { in handleMessage()
146 fgConnections.addAll(fgCall.getConnections()); in handleMessage()
439 Call fgCall = phone.getForegroundCall(); in hangupRingingAndActive() local
448 if (!fgCall.isIdle()) { in hangupRingingAndActive()
450 hungUpFgCall = hangupActiveCall(fgCall); in hangupRingingAndActive()
777 Call fgCall = phone.getForegroundCall(); in sendEmptyFlash() local
778 if (fgCall.getState() == Call.State.ACTIVE) { in sendEmptyFlash()