Searched refs:mInCall (Results 1 – 4 of 4) sorted by relevance
185 private boolean mInCall = false; field in SipAudioCall234 } else if (mInCall) { in setListener()269 return mInCall; in isInCall()294 mInCall = false; in close()408 if ((mSipSession == null) || !mInCall in createListener()652 mInCall = false;1014 mInCall = true;
460 private boolean mInCall = false; field in ImsCall850 return mInCall; in isInCall()955 inCall = mInCall; in setListener()1116 if (mInCall && (mProposedCallProfile != null)) { in accept()1127 if (mInCall && (mUpdateRequest == UPDATE_UNSPECIFIED)) { in accept()1148 if (mInCall && (mProposedCallProfile != null)) { in reject()1157 if (mInCall && (mUpdateRequest == UPDATE_UNSPECIFIED)) { in reject()1180 mInCall = false; in terminate()1552 mInCall = false; in clear()1628 if (mInCall) { in enforceConversationMode()
545 boolean mInCall; field in SipSessionGroup.SipSessionImpl601 mInCall = false; in reset()639 return mInCall; in isInCall()1390 if (!mInCall && enableKeepAlive) enableKeepAlive();1391 mInCall = true;1430 if (!mInCall && (statusCode == Response.BUSY_HERE)) {
266 private boolean mInCall = false; field in NotificationManagerService774 mInCall = TelephonyManager.EXTRA_STATE_OFFHOOK3604 if (ledNotification == null || mInCall || mScreenOn) { in updateLightsLocked()