Searched refs:RINGTONE_IDS (Results 1 – 1 of 1) sorted by relevance
28 private const val RINGTONE_IDS = "ringtone_ids" constant53 .putStringSet(RINGTONE_IDS, ids) in addCustomRingtone()71 remove(RINGTONE_IDS) in removeCustomRingtone()74 putStringSet(RINGTONE_IDS, ids) in removeCustomRingtone()84 val ids: Set<String> = prefs.getStringSet(RINGTONE_IDS, emptySet<String>())!! in getCustomRingtones()98 return prefs.getStringSet(RINGTONE_IDS, mutableSetOf<String>())!! in getRingtoneIds()