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 72 CdmaCall foregroundCall = new CdmaCall(this);
102 foregroundCall.setGeneric(false);
172 connCopy = (List<Connection>) foregroundCall.connections.clone();
206 foregroundCall.setGeneric(false);
211 if (foregroundCall.getState() == CdmaCall.State.ACTIVE) {
216 this, foregroundCall);
259 if (!foregroundCall.isIdle()) {
263 // Attach the new connection to foregroundCall
265 checkForTestEmergencyNumber(dialString), this, foregroundCall);
287 cwConn.updateParent(ringingCall, foregroundCall);
    [all...]
CdmaConnection.java 552 * Called when this Connection is in the foregroundCall
763 return owner.foregroundCall;
CDMAPhone.java 502 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 77 GsmCall foregroundCall = new GsmCall(this);
160 connCopy = (List<Connection>) foregroundCall.connections.clone();
184 if (foregroundCall.getState() == GsmCall.State.ACTIVE) {
192 // a) foregroundCall is empty for the newly dialed connection
198 if (foregroundCall.getState() != GsmCall.State.IDLE) {
204 this, foregroundCall);
305 return foregroundCall.getState() == GsmCall.State.ACTIVE
308 && !foregroundCall.isFull();
322 && (!foregroundCall.getState().isAlive()
330 return foregroundCall.getState() == GsmCall.State.ACTIV
    [all...]
GsmConnection.java 477 * Called when this Connection is in the foregroundCall
668 return owner.foregroundCall;
GSMPhone.java 467 return mCT.foregroundCall;
    [all...]
GsmServiceStateTracker.java 492 phone.mCT.foregroundCall.hangupIfAlive();
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java     [all...]

Completed in 95 milliseconds