Home
last modified time | relevance | path

Searched refs:stopDtmfTone (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/call/
DTelecomAdapter.java150 public void stopDtmfTone(String callId) { in stopDtmfTone() method in TelecomAdapter
153 call.stopDtmfTone(); in stopDtmfTone()
/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
DBluetoothCall.java99 public void stopDtmfTone() { in stopDtmfTone() method in BluetoothCall
100 mCall.stopDtmfTone(); in stopDtmfTone()
DBluetoothInCallService.java381 call.stopDtmfTone(); in sendDtmf()
/packages/apps/Dialer/java/com/android/incallui/
DDialpadPresenter.java81 TelecomAdapter.getInstance().stopDtmfTone(call.getId()); in stopDtmf()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/dialpad/
DInCallDialpadFragment.java116 mActiveCall.getValue().stopDtmfTone(); in stopAllTones()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java229 public void stopDtmfTone(String callId) { in stopDtmfTone() method in InCallAdapter
238 mCallsManager.stopDtmfTone(call); in stopDtmfTone()
DConnectionServiceWrapper.java1731 void stopDtmfTone(Call call) { in stopDtmfTone() method in ConnectionServiceWrapper
1736 mServiceInterface.stopDtmfTone(callId, in stopDtmfTone()
DCall.java2333 public void stopDtmfTone() { in stopDtmfTone() method in Call
2339 mConnectionService.stopDtmfTone(this); in stopDtmfTone()
DCallsManager.java2653 public void stopDtmfTone(Call call) {
2657 call.stopDtmfTone();
3750 stopDtmfTone(call);
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionManager.java326 mRemote.stopDtmfTone(); in onStopDtmfTone()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java358 public void stopDtmfTone(String callId, Session.Info info) throws RemoteException { } in stopDtmfTone() method in ConnectionServiceFixture.FakeConnectionService
DCallsManagerTest.java551 verify(callSpy).stopDtmfTone(); in testCancelDtmfWhenHeld()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java189 verify(mockCall).stopDtmfTone(); in testHeadsetSendDTMF()