Searched refs:newForegroundCall (Results 1 – 7 of 7) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallsManager.java | 77 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()
|
D | RingbackPlayer.java | 50 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged() argument 55 if (shouldStartRinging(newForegroundCall)) { in onForegroundCallChanged() 56 startRingbackForCall(newForegroundCall); in onForegroundCallChanged()
|
D | Ringer.java | 129 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged() argument 131 if (mRingingCalls.contains(newForegroundCall)) { in onForegroundCallChanged() 132 ringingCall = newForegroundCall; in onForegroundCallChanged()
|
D | DtmfLocalTonePlayer.java | 64 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged() argument 66 startDtmfSession(newForegroundCall); in onForegroundCallChanged()
|
D | CallAudioManager.java | 254 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged() argument 255 onCallUpdated(newForegroundCall); in onForegroundCallChanged()
|
D | CallsManagerListenerBase.java | 55 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged() argument
|
D | BluetoothPhoneServiceImpl.java | 312 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) {
|