Searched refs:NOTIFICATION_CHANNEL_SOUND (Results 1 – 2 of 2) sorted by relevance
22 const val NOTIFICATION_CHANNEL_SOUND = "sound" constant
192 … val sound: Boolean? = if (details.containsKey(NotificationConstants.NOTIFICATION_CHANNEL_SOUND)) { in createChannel()193 details[NotificationConstants.NOTIFICATION_CHANNEL_SOUND] as Boolean? in createChannel()239 val sound: Boolean? = details.getNullable(NotificationConstants.NOTIFICATION_CHANNEL_SOUND) in createChannel()417 … if (storedChannelDetails.optBoolean(NotificationConstants.NOTIFICATION_CHANNEL_SOUND, false) in showNotification()