Searched refs:toneType (Results 1 – 5 of 5) sorted by relevance
263 final int toneType; // Passed to ToneGenerator.startTone. in run() local272 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 …]
67 public void startTone(int toneType, int durationMs) { in startTone() argument69 mToneGenerator.startTone(toneType, durationMs); in startTone()
304 int toneType = 0; // passed to ToneGenerator.startTone() in run() local311 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 …]
275 final Uri defaultUri, final int toneType); in getRingtonePickerIntent() argument
455 final Uri defaultUri, final int toneType) { in getRingtonePickerIntent() argument457 .putExtra(RingtoneManager.EXTRA_RINGTONE_TYPE, toneType) in getRingtonePickerIntent()