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

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java900 public void stopDtmf() { method in class:ImsCallSession
906 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.java1522 public void stopDtmf() { method in class:ImsCall
1523 logi("stopDtmf :: ");
1527 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.java480 void stopDtmf(); method in interface:PhoneInternalInterface
H A DGsmCdmaPhone.java1239 public void stopDtmf() { method in class:GsmCdmaPhone
1240 mCi.stopDtmf(null);
H A DCommandsInterface.java1069 void stopDtmf(Message result); method in interface:CommandsInterface
H A DRIL.java1398 stopDtmf(Message result) { method in class:RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java618 stopDtmf() { method in class:ImsPhone
619 mCT.stopDtmf();
H A DImsPhoneCallTracker.java1066 stopDtmf() { method in class:ImsPhoneCallTracker
1067 if (DBG) log("stopDtmf");
1071 imscall.stopDtmf();
1073 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.java1012 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.java1171 public void stopDtmf() { method in class:PhoneMock

Completed in 1860 milliseconds