/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CallManagerTest.java | 155 CallManager.getInstance().stopDtmf(); in testStopDtmf() 156 verify(mPhone, times(0)).stopDtmf(); in testStopDtmf() 161 CallManager.getInstance().stopDtmf(); in testStopDtmf() 162 verify(mPhone, times(1)).stopDtmf(); in testStopDtmf()
|
D | SimulatedCommandsVerifier.java | 840 public void stopDtmf(Message result) { in stopDtmf() method in SimulatedCommandsVerifier
|
D | SimulatedCommands.java | 1115 public void stopDtmf(Message result) { in stopDtmf() method in SimulatedCommands
|
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsCallSessionImplBase.java | 254 public void stopDtmf() { 255 ImsCallSessionImplBase.this.stopDtmf(); 595 public void stopDtmf() { in stopDtmf() method in ImsCallSessionImplBase
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsCallSession.aidl | 262 void stopDtmf(); in stopDtmf() method
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallSession.java | 1073 public void stopDtmf() { in stopDtmf() method in ImsCallSession 1079 miSession.stopDtmf(); in stopDtmf()
|
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/ |
D | ImsCallSessionImplBase.java | 360 public void stopDtmf() { in stopDtmf() method in ImsCallSessionImplBase
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneInternalInterface.java | 584 void stopDtmf(); in stopDtmf() method
|
D | CallManager.java | 1122 public void stopDtmf() { in stopDtmf() method in CallManager 1128 if (hasActiveFgCall()) getFgPhone().stopDtmf(); in stopDtmf()
|
D | CommandsInterface.java | 1171 void stopDtmf(Message result); in stopDtmf() method
|
D | GsmCdmaPhone.java | 1655 public void stopDtmf() { in stopDtmf() method in GsmCdmaPhone 1656 mCi.stopDtmf(null); in stopDtmf()
|
D | RIL.java | 2864 public void stopDtmf(Message result) { in stopDtmf() method in RIL 2873 radioProxy.stopDtmf(rr.mSerial); in stopDtmf()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 233 public void stopDtmf(Message result) { in stopDtmf() method in SipCommandInterface
|
D | SipPhone.java | 320 public void stopDtmf() { in stopDtmf() method in SipPhone
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 232 public void stopDtmf(Message result) { in stopDtmf() method in ImsPhoneCommandInterface
|
D | ImsPhone.java | 1014 stopDtmf() { in stopDtmf() method in ImsPhone 1015 mCT.stopDtmf(); in stopDtmf()
|
D | ImsPhoneCallTracker.java | 2345 stopDtmf() { in stopDtmf() method in ImsPhoneCallTracker 2350 imscall.stopDtmf(); in stopDtmf()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneTest.java | 461 mImsPhoneUT.stopDtmf(); in testDtmf() 462 verify(mImsCT).stopDtmf(); in testDtmf()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 1733 public void stopDtmf() { in stopDtmf() method in ImsCall 1738 mSession.stopDtmf(); in stopDtmf()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadCommands.java.broken | 342 public void stopDtmf(Message result) {
|
/frameworks/base/core/api/ |
D | system-current.txt | 13866 method public void stopDtmf();
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 57114 Landroid/telephony/ims/compat/stub/ImsCallSessionImplBase;->stopDtmf()V 57361 Landroid/telephony/ims/ImsCallSession;->stopDtmf()V 74600 Lcom/android/ims/internal/IImsCallSession$Stub$Proxy;->stopDtmf()V 74665 Lcom/android/ims/internal/IImsCallSession;->stopDtmf()V
|