HomeSort by relevance Sort by last modified time
    Searched refs:foregroundCall (Results 1 - 5 of 5) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
Ringer.java 181 Call foregroundCall = mCallsManager.getForegroundCall();
182 Log.v(this, "startRingingOrCallWaiting, foregroundCall: %s.", foregroundCall);
184 if (mRingingCalls.contains(foregroundCall)) {
188 if (!shouldRingForContact(foregroundCall.getContactUri())) {
205 mRingtonePlayer.play(foregroundCall.getRingtone());
215 } else if (foregroundCall != null) {
CallAudioManager.java 515 Call foregroundCall = getForegroundCall();
519 if (foregroundCall == null && call != null && call == mCallToSpeedUpMTAudio) {
523 } else if (foregroundCall != null && waitingForAccountSelectionCall == null) {
530 int mode = foregroundCall.getIsVoipAudioMode() ?
  /frameworks/base/telephony/java/android/telephony/
PreciseCallState.java 74 public PreciseCallState(int ringingCall, int foregroundCall, int backgroundCall,
77 mForegroundCallState = foregroundCall;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 259 Call foregroundCall = sender.getForegroundCall();
261 if (ringingCall != null && foregroundCall != null && backgroundCall != null) {
265 convertPreciseCallState(foregroundCall.getState()),
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java 325 final Call foregroundCall = phone.getForegroundCall();
326 if (foregroundCall.hasConnections()) {
327 allConnections.addAll(foregroundCall.getConnections());

Completed in 2927 milliseconds