Searched refs:toneType (Results 1 – 3 of 3) sorted by relevance
1434 int toneType = 0; // passed to ToneGenerator.startTone() in run() local1441 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 …]
2624 int toneType = android.provider.Settings.System.getInt( in useShortDtmfTones() local2628 if (toneType == CallFeaturesSetting.DTMF_TONE_TYPE_NORMAL) { in useShortDtmfTones()
1080 private int playSound(int toneType) { in playSound() argument1085 mToneGenerator.startTone(toneType); in playSound()