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