Searched refs:stopDtmfTone (Results 1 – 13 of 13) sorted by relevance
150 public void stopDtmfTone(String callId) { in stopDtmfTone() method in TelecomAdapter153 call.stopDtmfTone(); in stopDtmfTone()
121 public void stopDtmfTone() { in stopDtmfTone() method in BluetoothCall122 mCall.stopDtmfTone(); in stopDtmfTone()
409 call.stopDtmfTone(); in sendDtmf()
81 TelecomAdapter.getInstance().stopDtmfTone(call.getId()); in stopDtmf()
229 public void stopDtmfTone(String callId) { in stopDtmfTone() method in InCallAdapter238 mCallsManager.stopDtmfTone(call); in stopDtmfTone()
1852 void stopDtmfTone(Call call) { in stopDtmfTone() method in ConnectionServiceWrapper1857 mServiceInterface.stopDtmfTone(callId, in stopDtmfTone()
2337 public void stopDtmfTone() { in stopDtmfTone() method in Call2343 mConnectionService.stopDtmfTone(this); in stopDtmfTone()
2704 public void stopDtmfTone(Call call) {2708 call.stopDtmfTone();3817 stopDtmfTone(call);
136 assertThrows(NullPointerException.class, () -> mBluetoothCall.stopDtmfTone()); in stopDtmfTone_whenInnerCallIsNull_throwsNPE()
215 verify(mockCall).stopDtmfTone(); in testHeadsetSendDTMF()
326 mRemote.stopDtmfTone(); in onStopDtmfTone()
375 public void stopDtmfTone(String callId, Session.Info info) throws RemoteException { } in stopDtmfTone() method in ConnectionServiceFixture.FakeConnectionService
553 verify(callSpy).stopDtmfTone(); in testCancelDtmfWhenHeld()