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.java1434 int toneType = 0; // passed to ToneGenerator.startTone() in run() local
1441 toneType = ToneGenerator.TONE_SUP_CALL_WAITING; in run()
1448 toneType = ToneGenerator.TONE_CDMA_NETWORK_BUSY_ONE_SHOT; in run()
1453 toneType = ToneGenerator.TONE_SUP_BUSY; in run()
1461 toneType = ToneGenerator.TONE_SUP_CONGESTION; in run()
1467 toneType = ToneGenerator.TONE_PROP_PROMPT; in run()
1474 toneType = ToneGenerator.TONE_CDMA_ALERT_CALL_GUARD; in run()
1478 toneType = ToneGenerator.TONE_PROP_PROMPT; in run()
1484 toneType = ToneGenerator.TONE_CDMA_ALERT_NETWORK_LITE; in run()
1489 toneType = ToneGenerator.TONE_CDMA_REORDER; in run()
[all …]
DPhoneUtils.java2624 int toneType = android.provider.Settings.System.getInt( in useShortDtmfTones() local
2628 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()