Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DCallNotifier.java1407 int toneType = 0; // passed to ToneGenerator.startTone() in run() local
1414 toneType = ToneGenerator.TONE_SUP_CALL_WAITING; in run()
1421 toneType = ToneGenerator.TONE_CDMA_NETWORK_BUSY_ONE_SHOT; in run()
1426 toneType = ToneGenerator.TONE_SUP_BUSY; in run()
1434 toneType = ToneGenerator.TONE_SUP_CONGESTION; in run()
1440 toneType = ToneGenerator.TONE_PROP_PROMPT; in run()
1447 toneType = ToneGenerator.TONE_CDMA_ALERT_CALL_GUARD; in run()
1451 toneType = ToneGenerator.TONE_PROP_PROMPT; in run()
1457 toneType = ToneGenerator.TONE_CDMA_ALERT_NETWORK_LITE; in run()
1462 toneType = ToneGenerator.TONE_CDMA_REORDER; in run()
[all …]
DPhoneUtils.java2538 int toneType = android.provider.Settings.System.getInt( in useShortDtmfTones() local
2542 if (toneType == CallFeaturesSetting.DTMF_TONE_TYPE_NORMAL) { in useShortDtmfTones()
/packages/apps/VoiceDialer/src/com/android/voicedialer/
DVoiceDialerActivity.java1080 private int playSound(int toneType) { in playSound() argument
1085 mToneGenerator.startTone(toneType); in playSound()