Searched refs:NOTIFICATION_CHANNEL_VIBRATE (Results 1 – 2 of 2) sorted by relevance
23 const val NOTIFICATION_CHANNEL_VIBRATE = "vibrate" constant
197 … val vibrate: Any? = if (details.containsKey(NotificationConstants.NOTIFICATION_CHANNEL_VIBRATE)) { in createChannel()198 details[NotificationConstants.NOTIFICATION_CHANNEL_VIBRATE] in createChannel()246 … val vibrateJsonArray = details.optJSONArray(NotificationConstants.NOTIFICATION_CHANNEL_VIBRATE) in createChannel()254 details.optBoolean(NotificationConstants.NOTIFICATION_CHANNEL_VIBRATE, false) in createChannel()431 …teJsonArray = storedChannelDetails.optJSONArray(NotificationConstants.NOTIFICATION_CHANNEL_VIBRATE) in showNotification()438 …lse if (storedChannelDetails.optBoolean(NotificationConstants.NOTIFICATION_CHANNEL_VIBRATE, false)… in showNotification()