OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mBackgroundCall
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java
79
GsmCall
mBackgroundCall
= new GsmCall(this);
312
&&
mBackgroundCall
.getState() == GsmCall.State.HOLDING
313
&& !
mBackgroundCall
.isFull()
329
|| !
mBackgroundCall
.getState().isAlive());
337
&&
mBackgroundCall
.getState() == GsmCall.State.HOLDING;
346
mBackgroundCall
.clearDisconnected();
398
!(mForegroundCall.isIdle() &&
mBackgroundCall
.isIdle())) {
669
Rlog.i(LOG_TAG,"Background call: " +
mBackgroundCall
.toString());
671
l =
mBackgroundCall
.getConnections();
758
} else if (call ==
mBackgroundCall
) {
[
all
...]
GsmServiceStateTracker.java
480
mPhone.mCT.
mBackgroundCall
.hangupIfAlive();
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java
60
private SipCall
mBackgroundCall
= new SipCall();
71
mBackgroundCall
= new SipCall();
109
&&
mBackgroundCall
.getState().isAlive()) {
217
mForegroundCall.switchWith(
mBackgroundCall
);
218
if (
mBackgroundCall
.getState().isAlive())
mBackgroundCall
.hold();
236
+
mBackgroundCall
.getState());
239
mForegroundCall.merge(
mBackgroundCall
);
268
mBackgroundCall
.clearDisconnected();
355
:
mBackgroundCall
.getMute())
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java
74
CdmaCall
mBackgroundCall
= new CdmaCall(this);
335
&&
mBackgroundCall
.getState() == CdmaCall.State.HOLDING
336
&& !
mBackgroundCall
.isFull()
353
|| !
mBackgroundCall
.getState().isAlive());
371
!
mBackgroundCall
.getState().isAlive()));
388
mBackgroundCall
.clearDisconnected();
442
!(mForegroundCall.isIdle() &&
mBackgroundCall
.isIdle())) {
808
} else if (call ==
mBackgroundCall
) {
[
all
...]
CdmaServiceStateTracker.java
[
all
...]
Completed in 43 milliseconds