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);
166 connCopy = (List<Connection>) foregroundCall.connections.clone();
199 foregroundCall.setGeneric(false);
204 if (foregroundCall.getState() == CdmaCall.State.ACTIVE) {
208 pendingMO = new CdmaConnection(phone.getContext(), dialString, this, foregroundCall);
251 if (!foregroundCall.isIdle()) {
255 // Attach the new connection to foregroundCall
257 dialString, this, foregroundCall);
279 cwConn.updateParent(ringingCall, foregroundCall);
    [all...]
CdmaConnection.java 551 * Called when this Connection is in the foregroundCall
762 return owner.foregroundCall;
CDMAPhone.java 482 return mCT.foregroundCall;
    [all...]
CdmaServiceStateTracker.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java 56 private SipCall foregroundCall = new SipCall();
67 foregroundCall = new SipCall();
92 if (foregroundCall.getState().isAlive()
103 boolean makeCallWait = foregroundCall.getState().isAlive();
165 if (foregroundCall.getState() == SipCall.State.ACTIVE) {
168 if (foregroundCall.getState() != SipCall.State.IDLE) {
175 Connection c = foregroundCall.dial(dialString);
186 foregroundCall.switchWith(backgroundCall);
188 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 478 * Called when this Connection is in the foregroundCall
669 return owner.foregroundCall;
GSMPhone.java 480 return mCT.foregroundCall;
    [all...]
GsmServiceStateTracker.java 578 phone.mCT.foregroundCall.hangupIfAlive();
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java 657 Call foregroundCall = mCM.getActiveFgCall();
681 switch(foregroundCall.getState()) {
    [all...]

Completed in 554 milliseconds