HomeSort by relevance Sort by last modified time
    Searched refs:sendBurstDtmf (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaPhoneTest.java 383 mPhoneUT.sendBurstDtmf("1234567890", 0, 0, null);
384 verify(mSimulatedCommandsVerifier, times(0)).sendBurstDtmf(nullable(String.class), anyInt(),
389 mPhoneUT.sendBurstDtmf("12345a67890", 0, 0, null);
390 verify(mSimulatedCommandsVerifier, times(0)).sendBurstDtmf(nullable(String.class), anyInt(),
395 mPhoneUT.sendBurstDtmf("1234567890", 0, 0, null);
396 verify(mSimulatedCommandsVerifier, times(0)).sendBurstDtmf(nullable(String.class), anyInt(),
401 mPhoneUT.sendBurstDtmf("1234567890", 0, 0, null);
402 verify(mSimulatedCommandsVerifier, times(0)).sendBurstDtmf(nullable(String.class), anyInt(),
406 mPhoneUT.sendBurstDtmf("1234567890", 0, 0, null);
407 verify(mSimulatedCommandsVerifier).sendBurstDtmf("1234567890", 0, 0, null)
    [all...]
CallManagerTest.java 209 assertFalse(CallManager.getInstance().sendBurstDtmf("12*#", 0, 0, null));
210 verify(mPhone, times(0)).sendBurstDtmf(anyString(), anyInt(), anyInt(), (Message) any());
214 assertTrue(CallManager.getInstance().sendBurstDtmf("12*#", 0, 0, null));
215 verify(mPhone, times(1)).sendBurstDtmf("12*#", 0, 0, null);
  /packages/services/Telephony/src/com/android/services/telephony/
CdmaConnection.java 257 getPhone().sendBurstDtmf(
  /hardware/interfaces/radio/1.0/vts/functional/
radio_hidl_hal_voice.cpp 476 * Test IRadio.sendBurstDtmf() for the response returned.
478 TEST_F(RadioHidlTest, sendBurstDtmf) {
481 radio->sendBurstDtmf(serial, "1", 0, 0);
  /hardware/interfaces/radio/1.0/
IRadio.hal     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCommandInterface.java 226 public void sendBurstDtmf(String dtmfString, int on, int off,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 227 public void sendBurstDtmf(String dtmfString, int on, int off,
SipPhone.java 312 public void sendBurstDtmf(String dtmfString) {
313 loge("sendBurstDtmf() is a CDMA method");
    [all...]
  /hardware/interfaces/radio/1.2/default/
Radio.cpp 516 Return<void> Radio::sendBurstDtmf(int32_t /* serial */, const hidl_string& /* dtmf*/,
Radio.h 159 Return<void> sendBurstDtmf(int32_t serial, const hidl_string& dtmf, int32_t on,
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java.broken 346 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java     [all...]
CommandsInterface.java     [all...]
GsmCdmaPhone.java     [all...]
Phone.java     [all...]
RIL.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java     [all...]
SimulatedCommandsVerifier.java 822 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
PhoneMock.java 665 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) {
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 359 milliseconds

1 2