Home
last modified time | relevance | path

Searched refs:MSG_PLAY_DTMF_TONE (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DConnectionService.java95 private static final int MSG_PLAY_DTMF_TONE = 10; field in ConnectionService
193 mHandler.obtainMessage(MSG_PLAY_DTMF_TONE, digit, 0, callId).sendToTarget();
319 case MSG_PLAY_DTMF_TONE: