Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallTonePlayer.java248 final int toneType; // Passed to ToneGenerator.startTone. in run() local
257 toneType = ToneGenerator.TONE_SUP_BUSY; in run()
264 toneType = ToneGenerator.TONE_UNKNOWN; in run()
275 toneType = ToneGenerator.TONE_SUP_CALL_WAITING; in run()
281 toneType = ToneGenerator.TONE_CDMA_CALLDROP_LITE; in run()
287 toneType = ToneGenerator.TONE_SUP_CONGESTION; in run()
293 toneType = ToneGenerator.TONE_CDMA_ABBR_INTERCEPT; in run()
299 toneType = ToneGenerator.TONE_CDMA_CALLDROP_LITE; in run()
305 toneType = ToneGenerator.TONE_CDMA_ALERT_AUTOREDIAL_LITE; in run()
311 toneType = ToneGenerator.TONE_CDMA_REORDER; in run()
[all …]
DDtmfLocalTonePlayer.java67 public void startTone(int toneType, int durationMs) { in startTone() argument
69 mToneGenerator.startTone(toneType, durationMs); in startTone()
/packages/services/Telephony/src/com/android/phone/
DCallNotifier.java315 int toneType = 0; // passed to ToneGenerator.startTone() in run() local
322 toneType = ToneGenerator.TONE_SUP_CALL_WAITING; in run()
329 toneType = ToneGenerator.TONE_CDMA_NETWORK_BUSY_ONE_SHOT; in run()
336 toneType = ToneGenerator.TONE_SUP_BUSY; in run()
344 toneType = ToneGenerator.TONE_SUP_CONGESTION; in run()
350 toneType = ToneGenerator.TONE_PROP_PROMPT; in run()
355 toneType = ToneGenerator.TONE_CDMA_ALERT_NETWORK_LITE; in run()
360 toneType = ToneGenerator.TONE_CDMA_REORDER; in run()
365 toneType = ToneGenerator.TONE_CDMA_ABBR_INTERCEPT; in run()
371 toneType = ToneGenerator.TONE_CDMA_CALLDROP_LITE; in run()
[all …]
/packages/apps/Messaging/src/com/android/messaging/ui/
DUIIntentsImpl.java442 final Uri defaultUri, final int toneType) { in getRingtonePickerIntent() argument
444 .putExtra(RingtoneManager.EXTRA_RINGTONE_TYPE, toneType) in getRingtonePickerIntent()
DUIIntents.java264 final Uri defaultUri, final int toneType); in getRingtonePickerIntent() argument