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/apps/Bluetooth/src/com/android/bluetooth/telephony/
DBluetoothCall.java95 public void playDtmfTone(char digit) { in playDtmfTone() method in BluetoothCall
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java206 public void playDtmfTone(String callId, char digit) { in playDtmfTone() method in InCallAdapter
DConnectionServiceWrapper.java1718 void playDtmfTone(Call call, char digit) { in playDtmfTone() method in ConnectionServiceWrapper
DCall.java2318 public void playDtmfTone(char digit) { in playDtmfTone() method in Call
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java354 public void playDtmfTone(String callId, char digit, in playDtmfTone() method in ConnectionServiceFixture.FakeConnectionService