Searched refs:toneType (Results 1 – 5 of 5) sorted by relevance
248 final int toneType; // Passed to ToneGenerator.startTone. in run() local257 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 …]
67 public void startTone(int toneType, int durationMs) { in startTone() argument69 mToneGenerator.startTone(toneType, durationMs); in startTone()
315 int toneType = 0; // passed to ToneGenerator.startTone() in run() local322 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 …]
442 final Uri defaultUri, final int toneType) { in getRingtonePickerIntent() argument444 .putExtra(RingtoneManager.EXTRA_RINGTONE_TYPE, toneType) in getRingtonePickerIntent()
264 final Uri defaultUri, final int toneType); in getRingtonePickerIntent() argument