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

  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioManager.java 57 private final DtmfLocalTonePlayer mDtmfLocalTonePlayer;
92 mDtmfLocalTonePlayer = dtmfLocalTonePlayer;
668 mDtmfLocalTonePlayer.onForegroundCallChanged(oldForegroundCall, mForegroundCall);
CallsManager.java 246 private final DtmfLocalTonePlayer mDtmfLocalTonePlayer;
387 mDtmfLocalTonePlayer =
424 bluetoothStateReceiver, mDtmfLocalTonePlayer);
654 mDtmfLocalTonePlayer.playTone(call, nextChar);
661 mDtmfLocalTonePlayer.stopTone(call);
674 mDtmfLocalTonePlayer.stopTone(call);
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallAudioManagerTest.java 67 @Mock private DtmfLocalTonePlayer mDtmfLocalTonePlayer;
92 mDtmfLocalTonePlayer);

Completed in 546 milliseconds