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.java263 final int toneType; // Passed to ToneGenerator.startTone. in run() local
272 toneType = ToneGenerator.TONE_SUP_BUSY; in run()
279 toneType = ToneGenerator.TONE_UNKNOWN; in run()
290 toneType = ToneGenerator.TONE_SUP_CALL_WAITING; in run()
296 toneType = ToneGenerator.TONE_CDMA_CALLDROP_LITE; in run()
302 toneType = ToneGenerator.TONE_SUP_CONGESTION; in run()
308 toneType = ToneGenerator.TONE_CDMA_ABBR_INTERCEPT; in run()
314 toneType = ToneGenerator.TONE_CDMA_CALLDROP_LITE; in run()
320 toneType = ToneGenerator.TONE_CDMA_ALERT_AUTOREDIAL_LITE; in run()
326 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.java304 int toneType = 0; // passed to ToneGenerator.startTone() in run() local
311 toneType = ToneGenerator.TONE_CDMA_ALERT_NETWORK_LITE; in run()
358 if (toneType == ToneGenerator.TONE_CDMA_ALERT_CALL_GUARD) { in run()
361 if (DBG) log("- InCallTonePlayer: start playing call tone=" + toneType); in run()
365 } else if ((toneType == ToneGenerator.TONE_CDMA_NETWORK_BUSY_ONE_SHOT) || in run()
366 (toneType == ToneGenerator.TONE_CDMA_REORDER) || in run()
367 (toneType == ToneGenerator.TONE_CDMA_ABBR_REORDER) || in run()
368 (toneType == ToneGenerator.TONE_CDMA_ABBR_INTERCEPT) || in run()
369 (toneType == ToneGenerator.TONE_CDMA_CALLDROP_LITE)) { in run()
371 if (DBG) log("InCallTonePlayer:playing call fail tone:" + toneType); in run()
[all …]
/packages/apps/Messaging/src/com/android/messaging/ui/
DUIIntents.java275 final Uri defaultUri, final int toneType); in getRingtonePickerIntent() argument
DUIIntentsImpl.java455 final Uri defaultUri, final int toneType) { in getRingtonePickerIntent() argument
457 .putExtra(RingtoneManager.EXTRA_RINGTONE_TYPE, toneType) in getRingtonePickerIntent()