Home | History | Annotate | Download | only in alerts

Lines Matching refs:ringtone

876         String ringtone = NotificationPrefs.EMPTY_RINGTONE;
880 // If we've already played a ringtone, don't play any more sounds so only
882 ringtone = prefs.getRingtoneAndSilence();
885 prefs.getDefaultVibrate(), ringtone,
894 + (TextUtils.isEmpty(ringtone) ? ", quiet" : ", LOUD")
954 // Possibly generate a sound. If 'Silent' is chosen, the ringtone
969 private String ringtone = null;
998 if (ringtone == null) {
1000 ringtone = EMPTY_RINGTONE;
1002 ringtone = Utils.getRingTonePreference(context);
1005 String retVal = ringtone;
1006 ringtone = EMPTY_RINGTONE;