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

/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallToneMonitor.java41 if (mCallsManager.getForegroundCall() != call) {
97 if (mCallsManager.getForegroundCall() != call) {
H A DCallAudioManager.java201 if (hasFocus() && getForegroundCall() == call) {
283 Call call = getForegroundCall();
350 Log.event(mCallsManager.getForegroundCall(), Log.Events.MUTE,
481 Log.event(mCallsManager.getForegroundCall(), Log.Events.AUDIO_ROUTE,
541 Call foregroundCall = getForegroundCall();
544 Call call = mCallsManager.getForegroundCall();
700 Call call = mCallsManager.getForegroundCall();
709 private Call getForegroundCall() { method in class:CallAudioManager
710 Call call = mCallsManager.getForegroundCall();
722 Call call = mCallsManager.getForegroundCall();
[all...]
H A DRingbackPlayer.java133 && mCallsManager.getForegroundCall() == call
H A DBluetoothPhoneServiceImpl.java112 Call call = mCallsManager.getForegroundCall();
132 Call call = mCallsManager.getForegroundCall();
519 boolean isForeground = mCallsManager.getForegroundCall() == call;
810 Call call = mCallsManager.getForegroundCall();
H A DRinger.java181 Call foregroundCall = mCallsManager.getForegroundCall();
H A DTelecomServiceImpl.java1038 Call call = mCallsManager.getForegroundCall();
H A DCallsManager.java421 Call getForegroundCall() { method in class:CallsManager
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipConnection.java156 getPhone().getForegroundCall().getState() != Call.State.DIALING) {
/packages/services/Telephony/src/com/android/phone/
H A DPhoneUtils.java396 Call fgCall = phone.getForegroundCall();
723 Call fgCall = phone.getForegroundCall();
1919 return hasDisconnectedConnections(phone.getForegroundCall()) ||
2326 Call call = phone.getForegroundCall();
2358 final boolean hasActiveCall = !phone.getForegroundCall().isIdle();
2426 call = phone.getForegroundCall();
H A DCallNotifier.java448 if ((fgPhone.getForegroundCall().getState() == Call.State.ACTIVE)
458 mPreviousCdmaCallState = fgPhone.getForegroundCall().getState();
H A DPhoneGlobals.java711 boolean isDialing = (mCM.getFgPhone().getForegroundCall().getState() == Call.State.DIALING);
H A DPhoneInterfaceManager.java991 final boolean hasActiveCall = !getPhone(subId).getForegroundCall().isIdle();
/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnectionService.java354 final Call foregroundCall = phone.getForegroundCall();
360 final Call imsFgCall = phone.getImsPhone().getForegroundCall();
H A DTelephonyConnection.java714 if (!phone.getForegroundCall().isIdle()) {
726 return getPhone().getForegroundCall().getEarliestConnection();

Completed in 173 milliseconds