Home
last modified time | relevance | path

Searched refs:sendDtmf (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java225 public void sendDtmf(char c, Message result) {
226 ImsCallSessionImplBase.this.sendDtmf(c, result);
527 public void sendDtmf(char c, Message result) { in sendDtmf() method in ImsCallSessionImplBase
/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp105 void sendDtmf(int event);
228 void AudioStream::sendDtmf(int event) in sendDtmf() function in __anon5fc701100111::AudioStream
481 bool sendDtmf(int event);
652 bool AudioGroup::sendDtmf(int event) in sendDtmf() function in __anon5fc701100111::AudioGroup
743 stream->sendDtmf(event); in threadLoop()
1051 void sendDtmf(JNIEnv *env, jobject thiz, jint event) in sendDtmf() function
1054 if (group && !group->sendDtmf(event)) { in sendDtmf()
1063 {"nativeSendDtmf", "(I)V", (void *)sendDtmf},
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java402 mImsPhoneUT.sendDtmf('-'); in testDtmf()
403 verify(mImsCT, times(0)).sendDtmf(anyChar(), nullable(Message.class)); in testDtmf()
406 mImsPhoneUT.sendDtmf('0'); in testDtmf()
407 verify(mImsCT, times(0)).sendDtmf(eq('0'), nullable(Message.class)); in testDtmf()
411 mImsPhoneUT.sendDtmf('-'); in testDtmf()
412 verify(mImsCT, times(0)).sendDtmf(eq('0'), nullable(Message.class)); in testDtmf()
415 mImsPhoneUT.sendDtmf('0'); in testDtmf()
416 verify(mImsCT, times(1)).sendDtmf(anyChar(), nullable(Message.class)); in testDtmf()
DImsPhoneConnectionTest.java202 }).when(mImsCT).sendDtmf(anyChar(), (Message) any()); in testPostDialWait()
225 }).when(mImsCT).sendDtmf(anyChar(), (Message) any()); in testPostDialPause()
DImsPhoneCallTrackerTest.java580 mCTUT.sendDtmf(PhoneNumberUtils.PAUSE, null); in testImsSendDtmf()
582 verify(mImsCall, times(1)).sendDtmf(eq(PhoneNumberUtils.PAUSE), (Message) isNull()); in testImsSendDtmf()
596 mCTUT.sendDtmf(PhoneNumberUtils.WAIT, null); in testImsSendDtmf()
598 verify(mSecondImsCall, times(1)).sendDtmf(eq(PhoneNumberUtils.WAIT), (Message) isNull()); in testImsSendDtmf()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCallManagerTest.java170 CallManager.getInstance().sendDtmf('a'); in testSendDtmf()
171 verify(mPhone, times(0)).sendDtmf(eq('a')); in testSendDtmf()
176 CallManager.getInstance().sendDtmf('a'); in testSendDtmf()
177 verify(mPhone, times(1)).sendDtmf(eq('a')); in testSendDtmf()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl231 void sendDtmf(char c, in Message result); in sendDtmf() method
/frameworks/opt/net/voip/src/java/android/net/rtp/
DAudioGroup.java183 public void sendDtmf(int event) { in sendDtmf() method in AudioGroup
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DTestMmTelFeature.java41 public void sendDtmf(char c, Message result) { in sendDtmf() method in TestMmTelFeature.TestImsCallSession
DMmTelFeatureTests.java149 callSession.sendDtmf('0', resultMessage); in testSendDtmfMessageMessenger()
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipAudioCall.java903 public void sendDtmf(int code) {
904 sendDtmf(code, null);
917 public void sendDtmf(int code, Message result) {
923 audioGroup.sendDtmf(code);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java288 public void sendDtmf(char c) { in sendDtmf() method in SipPhone
293 mForegroundCall.sendDtmf(c); in sendDtmf()
303 sendDtmf(c); in startDtmf()
657 void sendDtmf(char c) { in sendDtmf() method in SipPhone.SipCall
664 audioGroup.sendDtmf(convertDtmf(c)); in sendDtmf()
DSipCommandInterface.java215 public void sendDtmf(char c, Message result) { in sendDtmf() method in SipCommandInterface
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSession.java937 public void sendDtmf(char c, Message result) { in sendDtmf() method in ImsCallSession
943 miSession.sendDtmf(c, result); in sendDtmf()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java493 void sendDtmf(char c); in sendDtmf() method
DCallManager.java1216 public boolean sendDtmf(char c) { in sendDtmf() method in CallManager
1225 getActiveFgCall().getPhone().sendDtmf(c); in sendDtmf()
DGsmCdmaConnection.java782 mOwner.mCi.sendDtmf(c, mHandler.obtainMessage(EVENT_DTMF_DONE)); in processPostDialChar()
DCommandsInterface.java1066 void sendDtmf(char c, Message result); in sendDtmf() method
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java307 public void sendDtmf(char c, Message result) { in sendDtmf() method in ImsCallSessionImplBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java214 public void sendDtmf(char c, Message result) { in sendDtmf() method in ImsPhoneCommandInterface
DImsPhone.java724 sendDtmf(char c) { in sendDtmf() method in ImsPhone
729 mCT.sendDtmf(c, null); in sendDtmf()
DImsPhoneConnection.java503 mOwner.sendDtmf(c, dtmfComplete); in processPostDialChar()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java1166 public void sendDtmf(char c) { in sendDtmf() method in PhoneMock
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java807 public void sendDtmf(char c, Message result) { in sendDtmf() method in SimulatedCommandsVerifier
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken334 public void sendDtmf(char c, Message result) {

12