Home
last modified time | relevance | path

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

12

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java391 mImsPhoneUT.sendDtmf('-'); in testDtmf()
392 verify(mImsCT, times(0)).sendDtmf(anyChar(), any(Message.class)); in testDtmf()
395 mImsPhoneUT.sendDtmf('0'); in testDtmf()
396 verify(mImsCT, times(0)).sendDtmf(eq('0'), any(Message.class)); in testDtmf()
400 mImsPhoneUT.sendDtmf('-'); in testDtmf()
401 verify(mImsCT, times(0)).sendDtmf(eq('0'), any(Message.class)); in testDtmf()
404 mImsPhoneUT.sendDtmf('0'); in testDtmf()
405 verify(mImsCT, times(1)).sendDtmf(anyChar(), any(Message.class)); in testDtmf()
DImsPhoneCallTrackerTest.java391 mCTUT.sendDtmf(PhoneNumberUtils.PAUSE, null); in testImsSendDtmf()
393 verify(mImsCall, times(1)).sendDtmf(eq(PhoneNumberUtils.PAUSE), (Message) isNull()); in testImsSendDtmf()
408 mCTUT.sendDtmf(PhoneNumberUtils.WAIT, null); in testImsSendDtmf()
410 verify(mSecondImsCall, times(1)).sendDtmf(eq(PhoneNumberUtils.WAIT), (Message) isNull()); in testImsSendDtmf()
DImsPhoneConnectionTest.java202 }).when(mImsCT).sendDtmf(anyChar(), (Message) any()); in testPostDialWait()
225 }).when(mImsCT).sendDtmf(anyChar(), (Message) any()); in testPostDialPause()
/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp105 void sendDtmf(int event);
228 void AudioStream::sendDtmf(int event) in sendDtmf() function in __anond0c81f950111::AudioStream
481 bool sendDtmf(int event);
652 bool AudioGroup::sendDtmf(int event) in sendDtmf() function in __anond0c81f950111::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/base/core/java/android/bluetooth/
DIBluetoothHeadsetPhone.aidl28 boolean sendDtmf(int dtmf); in sendDtmf() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCallManagerTest.java168 CallManager.getInstance().sendDtmf('a'); in testSendDtmf()
169 verify(mPhone, times(0)).sendDtmf(eq('a')); in testSendDtmf()
174 CallManager.getInstance().sendDtmf('a'); in testSendDtmf()
175 verify(mPhone, times(1)).sendDtmf(eq('a')); in testSendDtmf()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl223 void sendDtmf(char c, in Message result); in sendDtmf() method
/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.java200 public void sendDtmf(char c, Message result) { in sendDtmf() method in SipCommandInterface
/frameworks/opt/net/voip/src/java/android/net/rtp/
DAudioGroup.java183 public void sendDtmf(int event) { in sendDtmf() method in AudioGroup
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsCallSession.java868 public void sendDtmf(char c, Message result) { in sendDtmf() method in ImsCallSession
874 miSession.sendDtmf(c, result); in sendDtmf()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java464 void sendDtmf(char c); in sendDtmf() method
DCallManager.java1212 public boolean sendDtmf(char c) { in sendDtmf() method in CallManager
1221 getActiveFgCall().getPhone().sendDtmf(c); in sendDtmf()
DCommandsInterface.java1051 void sendDtmf(char c, Message result); in sendDtmf() method
DGsmCdmaConnection.java733 mOwner.mCi.sendDtmf(c, mHandler.obtainMessage(EVENT_DTMF_DONE)); in processPostDialChar()
DGsmCdmaPhone.java1213 public void sendDtmf(char c) { in sendDtmf() method in GsmCdmaPhone
1218 mCi.sendDtmf(c, null); in sendDtmf()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java199 public void sendDtmf(char c, Message result) { in sendDtmf() method in ImsPhoneCommandInterface
DImsPhoneConnection.java442 mOwner.sendDtmf(c, mHandler.obtainMessage(EVENT_DTMF_DONE)); in processPostDialChar()
DImsPhone.java571 sendDtmf(char c) { in sendDtmf() method in ImsPhone
577 mCT.sendDtmf(c, null); in sendDtmf()
DImsPhoneCallTracker.java820 public void sendDtmf(char c, Message result) { in sendDtmf() method in ImsPhoneCallTracker
825 imscall.sendDtmf(c, result); in sendDtmf()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1429 public void sendDtmf(char c, Message result) { in sendDtmf() method in ImsCall
1434 mSession.sendDtmf(c, result); in sendDtmf()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java790 public void sendDtmf(char c, Message result) { in sendDtmf() method in SimulatedCommandsVerifier
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java1154 public void sendDtmf(char c) { in sendDtmf() method in PhoneMock
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken334 public void sendDtmf(char c, Message result) {

12