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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java78 GsmCall mForegroundCall = new GsmCall(this); field in class:GsmCallTracker
176 connCopy = (List<Connection>) mForegroundCall.mConnections.clone();
200 if (mForegroundCall.getState() == GsmCall.State.ACTIVE) {
214 if (mForegroundCall.getState() != GsmCall.State.IDLE) {
220 this, mForegroundCall);
321 return mForegroundCall.getState() == GsmCall.State.ACTIVE
324 && !mForegroundCall.isFull();
338 && (!mForegroundCall.getState().isAlive()
346 return (mForegroundCall.getState() == GsmCall.State.ACTIVE
347 || mForegroundCall
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java73 CdmaCall mForegroundCall = new CdmaCall(this); field in class:CdmaCallTracker
103 mForegroundCall.setGeneric(false);
206 mForegroundCall.setGeneric(false);
211 if (mForegroundCall.getState() == CdmaCall.State.ACTIVE) {
216 this, mForegroundCall);
259 if (!mForegroundCall.isIdle()) {
265 checkForTestEmergencyNumber(dialString), this, mForegroundCall);
287 cwConn.updateParent(mRingingCall, mForegroundCall);
312 } else if (mForegroundCall.getConnections().size() > 1) {
344 return mForegroundCall
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java59 private SipCall mForegroundCall = new SipCall(); field in class:SipPhone
70 mForegroundCall = new SipCall();
108 if (mForegroundCall.getState().isAlive()
123 boolean makeCallWait = mForegroundCall.getState().isAlive();
195 if (mForegroundCall.getState() == SipCall.State.ACTIVE) {
198 if (mForegroundCall.getState() != SipCall.State.IDLE) {
203 mForegroundCall.setMute(false);
205 Connection c = mForegroundCall.dial(dialString);
217 mForegroundCall.switchWith(mBackgroundCall);
219 if (mForegroundCall
[all...]

Completed in 69 milliseconds