Searched refs:mCustomRingtones (Results 1 – 2 of 2) sorted by relevance
41 private var mCustomRingtones: List<CustomRingtone>? = null variable46 mCustomRingtones = DataModel.dataModel.customRingtones in onStartLoading()67 val itemCount = systemRingtoneCount + mCustomRingtones!!.size + 3 in loadInBackground()75 for (ringtone in mCustomRingtones!!) { in loadInBackground()102 mCustomRingtones = null in onReset()
55 private var mCustomRingtones: MutableList<CustomRingtone>? = null variable in com.android.deskclock.data.RingtoneModel185 if (mCustomRingtones == null) {186 mCustomRingtones = CustomRingtoneDAO.getCustomRingtones(mPrefs)187 mCustomRingtones!!.sort()190 return mCustomRingtones!!