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

  /packages/services/Telecomm/src/com/android/server/telecom/
RingbackPlayer.java 50 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) {
51 if (oldForegroundCall != null) {
52 stopRingbackForCall(oldForegroundCall);
CallsManagerListenerBase.java 55 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) {
DtmfLocalTonePlayer.java 64 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) {
65 endDtmfSession(oldForegroundCall);
Ringer.java 129 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) {
133 } else if (mRingingCalls.contains(oldForegroundCall)) {
134 ringingCall = oldForegroundCall;
CallsManager.java 76 void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall);
    [all...]
BluetoothPhoneServiceImpl.java 312 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) {
    [all...]
CallAudioManager.java 228 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) {

Completed in 245 milliseconds