HomeSort by relevance Sort by last modified time
    Searched refs:foregroundCall (Results 1 - 10 of 10) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 70 CdmaCall foregroundCall = new CdmaCall(this);
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...]
CdmaConnection.java 550 * Called when this Connection is in the foregroundCall
761 return owner.foregroundCall;
CDMAPhone.java 507 return mCT.foregroundCall;
    [all...]
CdmaServiceStateTracker.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java 57 private SipCall foregroundCall = new SipCall();
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.getState().isAlive()) foregroundCall.unhold()
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 75 GsmCall foregroundCall = new GsmCall(this);
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.getState() == GsmCall.State.ACTIV
    [all...]
GsmConnection.java 477 * Called when this Connection is in the foregroundCall
668 return owner.foregroundCall;
GSMPhone.java 475 return mCT.foregroundCall;
    [all...]
GsmServiceStateTracker.java 479 phone.mCT.foregroundCall.hangupIfAlive();
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java     [all...]

Completed in 75 milliseconds