OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBackgroundCall
(Results
1 - 9
of
9
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java
79
GsmCall
mBackgroundCall
= new GsmCall(this);
322
&&
mBackgroundCall
.getState() == GsmCall.State.HOLDING
323
&& !
mBackgroundCall
.isFull()
339
|| !
mBackgroundCall
.getState().isAlive());
349
&&
mBackgroundCall
.getState() == GsmCall.State.HOLDING;
358
mBackgroundCall
.clearDisconnected();
410
!(mForegroundCall.isIdle() &&
mBackgroundCall
.isIdle())) {
678
Rlog.i(LOG_TAG,"Background call: " +
mBackgroundCall
.toString());
680
l =
mBackgroundCall
.getConnections();
767
} else if (call ==
mBackgroundCall
) {
[
all
...]
GsmConnection.java
513
mParent = mOwner.
mBackgroundCall
;
693
return mOwner.
mBackgroundCall
;
GSMPhone.java
505
return mCT.
mBackgroundCall
;
[
all
...]
GsmServiceStateTracker.java
491
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);
345
&&
mBackgroundCall
.getState() == CdmaCall.State.HOLDING
346
&& !
mBackgroundCall
.isFull()
363
|| !
mBackgroundCall
.getState().isAlive());
381
!
mBackgroundCall
.getState().isAlive()));
398
mBackgroundCall
.clearDisconnected();
452
!(mForegroundCall.isIdle() &&
mBackgroundCall
.isIdle())) {
816
} else if (call ==
mBackgroundCall
) {
[
all
...]
CdmaConnection.java
555
mParent = mOwner.
mBackgroundCall
;
760
return mOwner.
mBackgroundCall
;
CDMAPhone.java
404
return mCT.
mBackgroundCall
;
[
all
...]
CdmaServiceStateTracker.java
[
all
...]
Completed in 669 milliseconds