Searched refs:foregroundCall (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java70 CdmaCall foregroundCall = new CdmaCall(this); field in class:CdmaCallTracker
100 foregroundCall.setGeneric(false);
170 connCopy = (List<Connection>) foregroundCall.connections.clone();
204 foregroundCall.setGeneric(false);
209 if (foregroundCall.getState() == CdmaCall.State.ACTIVE) {
213 pendingMO = new CdmaConnection(phone.getContext(), dialString, this, foregroundCall);
256 if (!foregroundCall.isIdle()) {
260 // Attach the new connection to foregroundCall
262 dialString, this, foregroundCall);
284 cwConn.updateParent(ringingCall, foregroundCall);
[all...]
H A DCdmaConnection.java550 * Called when this Connection is in the foregroundCall
761 return owner.foregroundCall;
H A DCDMAPhone.java507 return mCT.foregroundCall;
H A DCdmaServiceStateTracker.java1590 phone.mCT.foregroundCall.hangupIfAlive();
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhone.java57 private SipCall foregroundCall = new SipCall(); field in class:SipPhone
68 foregroundCall = new SipCall();
101 if (foregroundCall.getState().isAlive()
112 boolean makeCallWait = foregroundCall.getState().isAlive();
170 if (foregroundCall.getState() == SipCall.State.ACTIVE) {
173 if (foregroundCall.getState() != SipCall.State.IDLE) {
178 foregroundCall.setMute(false);
180 Connection c = foregroundCall.dial(dialString);
191 foregroundCall.switchWith(backgroundCall);
193 if (foregroundCall
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java75 GsmCall foregroundCall = new GsmCall(this); field in class:GsmCallTracker
158 connCopy = (List<Connection>) foregroundCall.connections.clone();
182 if (foregroundCall.getState() == GsmCall.State.ACTIVE) {
190 // a) foregroundCall is empty for the newly dialed connection
196 if (foregroundCall.getState() != GsmCall.State.IDLE) {
201 pendingMO = new GsmConnection(phone.getContext(), dialString, this, foregroundCall);
302 return foregroundCall.getState() == GsmCall.State.ACTIVE
305 && !foregroundCall.isFull();
319 && (!foregroundCall.getState().isAlive()
327 return foregroundCall
[all...]
H A DGsmConnection.java477 * Called when this Connection is in the foregroundCall
668 return owner.foregroundCall;
H A DGSMPhone.java475 return mCT.foregroundCall;
H A DGsmServiceStateTracker.java479 phone.mCT.foregroundCall.hangupIfAlive();

Completed in 78 milliseconds