Searched defs:foregroundCall (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java69 GsmCall foregroundCall = new GsmCall(this); field in class:GsmCallTracker
152 connCopy = (List<Connection>) foregroundCall.connections.clone();
176 if (foregroundCall.getState() == GsmCall.State.ACTIVE) {
184 // a) foregroundCall is empty for the newly dialed connection
190 if (foregroundCall.getState() != GsmCall.State.IDLE) {
195 pendingMO = new GsmConnection(phone.getContext(), dialString, this, foregroundCall);
287 return foregroundCall.getState() == GsmCall.State.ACTIVE
290 && !foregroundCall.isFull();
304 && (!foregroundCall.getState().isAlive()
312 return foregroundCall
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java70 CdmaCall foregroundCall = new CdmaCall(this); field in class:CdmaCallTracker
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...]

Completed in 119 milliseconds