Home
last modified time | relevance | path

Searched refs:getForegroundCall (Results 1 – 14 of 14) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioManager.java201 if (hasFocus() && getForegroundCall() == call) { in onCallAdded()
283 Call call = getForegroundCall(); in onWiredHeadsetPluggedInChanged()
350 Log.event(mCallsManager.getForegroundCall(), Log.Events.MUTE, in mute()
481 Log.event(mCallsManager.getForegroundCall(), Log.Events.AUDIO_ROUTE, in setSystemAudioState()
541 Call foregroundCall = getForegroundCall(); in updateAudioStreamAndMode()
544 Call call = mCallsManager.getForegroundCall(); in updateAudioStreamAndMode()
700 Call call = mCallsManager.getForegroundCall(); in updateAudioForForegroundCall()
709 private Call getForegroundCall() { in getForegroundCall() method in CallAudioManager
710 Call call = mCallsManager.getForegroundCall(); in getForegroundCall()
722 Call call = mCallsManager.getForegroundCall(); in hasRingingForegroundCall()
DBluetoothPhoneServiceImpl.java112 Call call = mCallsManager.getForegroundCall();
132 Call call = mCallsManager.getForegroundCall();
519 boolean isForeground = mCallsManager.getForegroundCall() == call; in sendClccForCall()
810 Call call = mCallsManager.getForegroundCall(); in getBestPhoneAccount()
DInCallToneMonitor.java41 if (mCallsManager.getForegroundCall() != call) { in onCallStateChanged()
97 if (mCallsManager.getForegroundCall() != call) { in onSessionModifyRequestReceived()
DRingbackPlayer.java133 && mCallsManager.getForegroundCall() == call in shouldStartRinging()
DRinger.java181 Call foregroundCall = mCallsManager.getForegroundCall(); in startRingingOrCallWaiting()
DTelecomServiceImpl.java1041 Call call = mCallsManager.getForegroundCall(); in endCallInternal()
DCallsManager.java422 Call getForegroundCall() { in getForegroundCall() method in CallsManager
/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java397 Call fgCall = phone.getForegroundCall(); in hangupRingingAndActive()
724 Call fgCall = phone.getForegroundCall(); in sendEmptyFlash()
1920 return hasDisconnectedConnections(phone.getForegroundCall()) || in hasDisconnectedConnections()
2327 Call call = phone.getForegroundCall(); in dumpCallState()
2359 final boolean hasActiveCall = !phone.getForegroundCall().isIdle(); in dumpCallState()
2427 call = phone.getForegroundCall(); in dumpCallManager()
DCallNotifier.java448 if ((fgPhone.getForegroundCall().getState() == Call.State.ACTIVE) in onPhoneStateChanged()
458 mPreviousCdmaCallState = fgPhone.getForegroundCall().getState(); in onPhoneStateChanged()
DPhoneGlobals.java711 boolean isDialing = (mCM.getFgPhone().getForegroundCall().getState() == Call.State.DIALING); in updateWakeState()
DPhoneInterfaceManager.java991 final boolean hasActiveCall = !getPhone(subId).getForegroundCall().isIdle(); in answerRingingCallInternal()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java372 final Call foregroundCall = phone.getForegroundCall(); in onCreateUnknownConnection()
378 final Call imsFgCall = phone.getImsPhone().getForegroundCall(); in onCreateUnknownConnection()
DTelephonyConnection.java714 if (!phone.getForegroundCall().isIdle()) { in hasMultipleTopLevelCalls()
726 return getPhone().getForegroundCall().getEarliestConnection(); in getForegroundConnection()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipConnection.java156 getPhone().getForegroundCall().getState() != Call.State.DIALING) { in onUnhold()