Searched refs:isInCall (Results 1 - 25 of 25) sorted by relevance

/frameworks/opt/net/voip/src/java/android/net/sip/
H A DISipSession.aidl63 boolean isInCall();
H A DSipSession.java318 public boolean isInCall() { method in class:SipSession
320 return mSession.isInCall();
322 loge("isInCall:", e);
H A DSipAudioCall.java267 public boolean isInCall() { method in class:SipAudioCall
573 || !isInCall()) {
/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngine.cpp260 if (isInCall()) {
298 if (!isInCall()) {
332 if (!isInCall() || strategy != STRATEGY_DTMF) {
345 if (!isInCall() &&
361 if (!isInCall()) {
377 if (!isInCall() &&
383 if (!isInCall()) {
404 if (isInCall()) {
444 if (isInCall()) {
463 if (isInCall()
[all...]
H A DEngine.h108 inline bool isInCall() const function in class:android::audio_policy::Engine
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DEmergencyButton.java178 if (isInCall()) {
196 if (isInCall()) {
214 if (isInCall()) {
239 private boolean isInCall() { method in class:EmergencyButton
240 return getTelecommManager().isInCall();
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSession.aidl84 boolean isInCall();
/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DITelecomService.aidl163 * @see TelecomServiceImpl#isInCall
165 boolean isInCall(String callingPackage);
/frameworks/base/telecomm/java/android/telecom/
H A DTelecomManager.java1049 public boolean isInCall() { method in class:TelecomManager
1052 return getTelecomService().isInCall(mContext.getOpPackageName());
1055 Log.e(TAG, "RemoteException calling isInCall().", e);
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java603 public boolean isInCall() { method in class:ImsCallSession
609 return miSession.isInCall();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java264 boolean isInCall() { method in class:ImsPhoneBase
H A DImsPhone.java478 if (!isInCall()) {
516 boolean isInCall() { method in class:ImsPhone
H A DImsPhoneMmiCode.java602 if (phone.isInCall()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java227 boolean isInCall() { method in class:SipPhoneBase
H A DSipPhone.java1022 onCallEnded(call.isInCall()
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h355 virtual bool isInCall();
H A DAudioPolicyManager.cpp1221 if (isInCall()) {
1297 if (isInCall()) {
1917 (isInCall() && (curStream == AUDIO_STREAM_VOICE_CALL)))) {
4359 } else if (isInCall() ||
5300 bool AudioPolicyManager::isInCall() function in class:android::AudioPolicyManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java525 if (tm.isInCall()) {
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java716 if (!isInCall()) {
848 public boolean isInCall() { method in class:ImsCall
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java1002 if (!isInCall()) {
1038 public boolean isInCall() { method in class:GsmCdmaPhone
H A DServiceStateTracker.java4391 if (mPhone.isPhoneTypeGsm() && mPhone.isInCall()) {
4518 if (!mPhone.isPhoneTypeGsm() || mPhone.isInCall()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java691 if (phone.isInCall()) {
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java638 public boolean isInCall() { method in class:SipSessionGroup.SipSessionImpl
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1102 && telecomManager.isInCall()) {
1151 && telecomManager.isInCall() && interactive) {
5862 if (telecomManager.isInCall()
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java3574 IsInCall = telecomManager.isInCall();

Completed in 1702 milliseconds