Searched defs:stopDtmf (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java318 public void stopDtmf() throws RemoteException { method in class:ImsCallSessionImplBase
/frameworks/base/telephony/java/com/android/ims/internal/
H A DImsCallSession.java902 public void stopDtmf() { method in class:ImsCallSession
908 miSession.stopDtmf();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java308 public void stopDtmf() { method in class:SipPhone
H A DSipCommandInterface.java211 public void stopDtmf(Message result) { method in class:SipCommandInterface
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java1523 public void stopDtmf() { method in class:ImsCall
1524 logi("stopDtmf :: ");
1528 mSession.stopDtmf();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java1266 public void stopDtmf() { method in class:CallManager
1268 Rlog.d(LOG_TAG, " stopDtmf()" );
1272 if (hasActiveFgCall()) getFgPhone().stopDtmf();
1275 Rlog.d(LOG_TAG, "End stopDtmf()");
H A DPhoneInternalInterface.java478 void stopDtmf(); method in interface:PhoneInternalInterface
H A DGsmCdmaPhone.java1323 public void stopDtmf() { method in class:GsmCdmaPhone
1324 mCi.stopDtmf(null);
H A DCommandsInterface.java1073 void stopDtmf(Message result); method in interface:CommandsInterface
H A DRIL.java1825 public void stopDtmf(Message result) { method in class:RIL
1834 radioProxy.stopDtmf(rr.mSerial);
1836 handleRadioProxyExceptionForRR(rr, "stopDtmf", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java685 stopDtmf() { method in class:ImsPhone
686 mCT.stopDtmf();
H A DImsPhoneCallTracker.java1389 stopDtmf() { method in class:ImsPhoneCallTracker
1390 if (DBG) log("stopDtmf");
1394 imscall.stopDtmf();
1396 loge("stopDtmf : no foreground call");
H A DImsPhoneCommandInterface.java210 public void stopDtmf(Message result) { method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1020 public void stopDtmf(Message result) { method in class:SimulatedCommands
H A DSimulatedCommandsVerifier.java803 public void stopDtmf(Message result) { method in class:SimulatedCommandsVerifier
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1182 public void stopDtmf() { method in class:PhoneMock

Completed in 3451 milliseconds