Home
last modified time | relevance | path

Searched refs:newForegroundCall (Results 1 – 7 of 7) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java77 void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall); in onForegroundCallChanged() argument
1356 Call newForegroundCall = null; in updateForegroundCall() local
1370 newForegroundCall = call; in updateForegroundCall()
1375 newForegroundCall = call; in updateForegroundCall()
1380 if (newForegroundCall != mForegroundCall) { in updateForegroundCall()
1381 Log.v(this, "Updating foreground call, %s -> %s.", mForegroundCall, newForegroundCall); in updateForegroundCall()
1383 mForegroundCall = newForegroundCall; in updateForegroundCall()
DRingbackPlayer.java50 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged() argument
55 if (shouldStartRinging(newForegroundCall)) { in onForegroundCallChanged()
56 startRingbackForCall(newForegroundCall); in onForegroundCallChanged()
DRinger.java129 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged() argument
131 if (mRingingCalls.contains(newForegroundCall)) { in onForegroundCallChanged()
132 ringingCall = newForegroundCall; in onForegroundCallChanged()
DDtmfLocalTonePlayer.java64 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged() argument
66 startDtmfSession(newForegroundCall); in onForegroundCallChanged()
DCallAudioManager.java254 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged() argument
255 onCallUpdated(newForegroundCall); in onForegroundCallChanged()
DCallsManagerListenerBase.java55 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged() argument
DBluetoothPhoneServiceImpl.java312 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) {