/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CallManagerTest.java | 152 CallManager.getInstance().stopDtmf(); in testStopDtmf() 153 verify(mPhone, times(0)).stopDtmf(); in testStopDtmf() 158 CallManager.getInstance().stopDtmf(); in testStopDtmf() 159 verify(mPhone, times(1)).stopDtmf(); in testStopDtmf()
|
D | SimulatedCommandsVerifier.java | 842 public void stopDtmf(Message result) { in stopDtmf() method in SimulatedCommandsVerifier
|
D | SimulatedCommands.java | 1118 public void stopDtmf(Message result) { in stopDtmf() method in SimulatedCommands
|
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsCallSessionImplBase.java | 284 public void stopDtmf() { 285 executeMethodAsync(() -> ImsCallSessionImplBase.this.stopDtmf(), "stopDtmf"); 655 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/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioVoiceProxy.java | 679 public void stopDtmf(int serial) throws RemoteException { in stopDtmf() method in RadioVoiceProxy 682 mVoiceProxy.stopDtmf(serial); in stopDtmf() 684 mRadioProxy.stopDtmf(serial); in stopDtmf()
|
D | PhoneInternalInterface.java | 585 void stopDtmf(); in stopDtmf() method
|
D | CallManager.java | 1115 public void stopDtmf() { in stopDtmf() method in CallManager 1121 if (hasActiveFgCall()) getFgPhone().stopDtmf(); in stopDtmf()
|
D | CommandsInterface.java | 1176 void stopDtmf(Message result); in stopDtmf() method
|
D | GsmCdmaPhone.java | 1752 public void stopDtmf() { in stopDtmf() method in GsmCdmaPhone 1753 mCi.stopDtmf(null); in stopDtmf()
|
D | RIL.java | 2533 public void stopDtmf(Message result) { in stopDtmf() method in RIL 2543 voiceProxy.stopDtmf(rr.mSerial); in stopDtmf()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallSession.java | 1086 public void stopDtmf() { in stopDtmf() method in ImsCallSession 1092 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/imsphone/ |
D | ImsPhoneCommandInterface.java | 234 public void stopDtmf(Message result) { in stopDtmf() method in ImsPhoneCommandInterface
|
D | ImsPhone.java | 1031 stopDtmf() { in stopDtmf() method in ImsPhone 1032 mCT.stopDtmf(); in stopDtmf()
|
D | ImsPhoneCallTracker.java | 2551 stopDtmf() { in stopDtmf() method in ImsPhoneCallTracker 2556 imscall.stopDtmf(); in stopDtmf()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneTest.java | 462 mImsPhoneUT.stopDtmf(); in testDtmf() 463 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 | 15376 method public void stopDtmf();
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 53791 Landroid/telephony/ims/compat/stub/ImsCallSessionImplBase;->stopDtmf()V 54038 Landroid/telephony/ims/ImsCallSession;->stopDtmf()V 71277 Lcom/android/ims/internal/IImsCallSession$Stub$Proxy;->stopDtmf()V 71342 Lcom/android/ims/internal/IImsCallSession;->stopDtmf()V
|