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

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java74 GsmCall foregroundCall = new GsmCall(this); field in class:GsmCallTracker
157 connCopy = (List<Connection>) foregroundCall.connections.clone();
181 if (foregroundCall.getState() == GsmCall.State.ACTIVE) {
189 // a) foregroundCall is empty for the newly dialed connection
195 if (foregroundCall.getState() != GsmCall.State.IDLE) {
200 pendingMO = new GsmConnection(phone.getContext(), dialString, this, foregroundCall);
292 return foregroundCall.getState() == GsmCall.State.ACTIVE
295 && !foregroundCall.isFull();
309 && (!foregroundCall.getState().isAlive()
317 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 29 milliseconds