Home
last modified time | relevance | path

Searched defs:playDtmfTone (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/call/
DTelecomAdapter.java141 public void playDtmfTone(String callId, char digit) { in playDtmfTone() method in TelecomAdapter
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothCall.java119 public void playDtmfTone(char digit) { in playDtmfTone() method in BluetoothCall
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java209 public void playDtmfTone(String callId, char digit) { in playDtmfTone() method in InCallAdapter
DConnectionServiceWrapper.java2234 void playDtmfTone(Call call, char digit) { in playDtmfTone() method in ConnectionServiceWrapper
DCall.java2721 public void playDtmfTone(char digit) { in playDtmfTone() method in Call
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java386 public void playDtmfTone(String callId, char digit, in playDtmfTone() method in ConnectionServiceFixture.FakeConnectionService