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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java73 CdmaCall foregroundCall = new CdmaCall(this); field in class:CdmaCallTracker
103 foregroundCall.setGeneric(false);
173 connCopy = (List<Connection>) foregroundCall.connections.clone();
207 foregroundCall.setGeneric(false);
212 if (foregroundCall.getState() == CdmaCall.State.ACTIVE) {
217 this, foregroundCall);
260 if (!foregroundCall.isIdle()) {
264 // Attach the new connection to foregroundCall
266 checkForTestEmergencyNumber(dialString), this, foregroundCall);
288 cwConn.updateParent(ringingCall, foregroundCall);
[all...]
H A DCdmaConnection.java549 * Called when this Connection is in the foregroundCall
760 return owner.foregroundCall;
H A DCDMAPhone.java494 return mCT.foregroundCall;
H A DCdmaServiceStateTracker.java1618 phone.mCT.foregroundCall.hangupIfAlive();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java58 private SipCall foregroundCall = new SipCall(); field in class:SipPhone
69 foregroundCall = new SipCall();
102 if (foregroundCall.getState().isAlive()
113 boolean makeCallWait = foregroundCall.getState().isAlive();
171 if (foregroundCall.getState() == SipCall.State.ACTIVE) {
174 if (foregroundCall.getState() != SipCall.State.IDLE) {
179 foregroundCall.setMute(false);
181 Connection c = foregroundCall.dial(dialString);
192 foregroundCall.switchWith(backgroundCall);
194 if (foregroundCall
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java78 GsmCall foregroundCall = new GsmCall(this); field in class:GsmCallTracker
161 connCopy = (List<Connection>) foregroundCall.connections.clone();
185 if (foregroundCall.getState() == GsmCall.State.ACTIVE) {
193 // a) foregroundCall is empty for the newly dialed connection
199 if (foregroundCall.getState() != GsmCall.State.IDLE) {
205 this, foregroundCall);
306 return foregroundCall.getState() == GsmCall.State.ACTIVE
309 && !foregroundCall.isFull();
323 && (!foregroundCall.getState().isAlive()
331 return foregroundCall
[all...]
H A DGsmConnection.java505 * Called when this Connection is in the foregroundCall
696 return owner.foregroundCall;
H A DGSMPhone.java464 return mCT.foregroundCall;
H A DGsmServiceStateTracker.java483 phone.mCT.foregroundCall.hangupIfAlive();

Completed in 71 milliseconds