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

/packages/apps/Phone/src/com/android/phone/
H A DCallNotifier.java1434 int toneType = 0; // passed to ToneGenerator.startTone()
1441 toneType = ToneGenerator.TONE_SUP_CALL_WAITING;
1448 toneType = ToneGenerator.TONE_CDMA_NETWORK_BUSY_ONE_SHOT;
1453 toneType = ToneGenerator.TONE_SUP_BUSY;
1461 toneType = ToneGenerator.TONE_SUP_CONGESTION;
1467 toneType = ToneGenerator.TONE_PROP_PROMPT;
1474 toneType = ToneGenerator.TONE_CDMA_ALERT_CALL_GUARD;
1478 toneType = ToneGenerator.TONE_PROP_PROMPT;
1484 toneType = ToneGenerator.TONE_CDMA_ALERT_NETWORK_LITE;
1489 toneType
[all...]
H A DPhoneUtils.java2624 int toneType = android.provider.Settings.System.getInt(
2628 if (toneType == CallFeaturesSetting.DTMF_TONE_TYPE_NORMAL) {
/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DVoiceDialerActivity.java1080 private int playSound(int toneType) { argument
1085 mToneGenerator.startTone(toneType);

Completed in 96 milliseconds