OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mForegroundCall
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java
59
private SipCall
mForegroundCall
= new SipCall();
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
.getState().isAlive()) mForegroundCall.unhold()
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java
78
GsmCall
mForegroundCall
= new GsmCall(this);
166
connCopy = (List<Connection>)
mForegroundCall
.mConnections.clone();
190
if (
mForegroundCall
.getState() == GsmCall.State.ACTIVE) {
204
if (
mForegroundCall
.getState() != GsmCall.State.IDLE) {
210
this,
mForegroundCall
);
311
return
mForegroundCall
.getState() == GsmCall.State.ACTIVE
314
&& !
mForegroundCall
.isFull();
328
&& (!
mForegroundCall
.getState().isAlive()
336
return
mForegroundCall
.getState() == GsmCall.State.ACTIVE
345
mForegroundCall
.clearDisconnected()
[
all
...]
GsmServiceStateTracker.java
481
mPhone.mCT.
mForegroundCall
.hangupIfAlive();
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java
73
CdmaCall
mForegroundCall
= new CdmaCall(this);
103
mForegroundCall
.setGeneric(false);
196
mForegroundCall
.setGeneric(false);
201
if (
mForegroundCall
.getState() == CdmaCall.State.ACTIVE) {
206
this,
mForegroundCall
);
249
if (!
mForegroundCall
.isIdle()) {
255
checkForTestEmergencyNumber(dialString), this,
mForegroundCall
);
277
cwConn.updateParent(mRingingCall,
mForegroundCall
);
302
} else if (
mForegroundCall
.getConnections().size() > 1) {
334
return
mForegroundCall
.getState() == CdmaCall.State.ACTIV
[
all
...]
CdmaServiceStateTracker.java
[
all
...]
Completed in 48 milliseconds