Searched defs:mForegroundCall (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java85 GsmCall mForegroundCall = new GsmCall(this); field in class:GsmCallTracker
161 connCopy = (List<Connection>) mForegroundCall.mConnections.clone();
189 if (mForegroundCall.getState() == GsmCall.State.ACTIVE) {
211 if (mForegroundCall.getState() != GsmCall.State.IDLE) {
217 this, mForegroundCall);
323 return mForegroundCall.getState() == GsmCall.State.ACTIVE
326 && !mForegroundCall.isFull();
340 && (!mForegroundCall.getState().isAlive()
348 return (mForegroundCall.getState() == GsmCall.State.ACTIVE
349 || mForegroundCall
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java82 CdmaCall mForegroundCall = new CdmaCall(this); field in class:CdmaCallTracker
113 mForegroundCall.setGeneric(false);
214 mForegroundCall.setGeneric(false);
219 if (mForegroundCall.getState() == CdmaCall.State.ACTIVE) {
224 this, mForegroundCall);
272 if (!mForegroundCall.isIdle()) {
278 checkForTestEmergencyNumber(dialString), this, mForegroundCall);
307 cwConn.updateParent(mRingingCall, mForegroundCall);
332 } else if (mForegroundCall.getConnections().size() > 1) {
364 return mForegroundCall
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java116 if ((mForegroundCall.getState() != ImsPhoneCall.State.IDLE) ||
151 final ImsPhoneCall mForegroundCall = new ImsPhoneCall(this, ImsPhoneCall.CONTEXT_FOREGROUND); field in class:ImsPhoneCallTracker
240 mForegroundCall.dispose();
316 if (mForegroundCall.getState() == ImsPhoneCall.State.ACTIVE) {
335 fgState = mForegroundCall.getState();
350 checkForTestEmergencyNumber(dialString), this, mForegroundCall);
439 if (mForegroundCall.getState().isAlive()
445 && mForegroundCall.getState().isAlive()) {
482 if (DBG) log("switchAfterConferenceSuccess fg =" + mForegroundCall.getState() +
487 mForegroundCall
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java61 private SipCall mForegroundCall = new SipCall(); field in class:SipPhone
72 mForegroundCall = new SipCall();
110 if (mForegroundCall.getState().isAlive()
124 boolean makeCallWait = mForegroundCall.getState().isAlive();
197 if (mForegroundCall.getState() == SipCall.State.ACTIVE) {
200 if (mForegroundCall.getState() != SipCall.State.IDLE) {
205 mForegroundCall.setMute(false);
207 Connection c = mForegroundCall.dial(dialString);
219 mForegroundCall.switchWith(mBackgroundCall);
221 if (mForegroundCall
[all...]

Completed in 77 milliseconds