Home
last modified time | relevance | path

Searched refs:NOTIFICATION_CHANNEL_NAME (Results 1 – 6 of 6) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DNotificationConstants.kt19 const val NOTIFICATION_CHANNEL_NAME = "name" constant
H A DNotificationHelper.kt236 val channelName = details.getString(NotificationConstants.NOTIFICATION_CHANNEL_NAME) in createChannel()
337 …(existingChannel == null && details.containsKey(NotificationConstants.NOTIFICATION_CHANNEL_NAME)) { in maybeCreateLegacyStoredChannel()
342 details[NotificationConstants.NOTIFICATION_CHANNEL_NAME] as String?, in maybeCreateLegacyStoredChannel()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java169 if (data.hasKey(NotificationConstants.NOTIFICATION_CHANNEL_NAME)) { in createChannel()
170 channelName = data.getString(NotificationConstants.NOTIFICATION_CHANNEL_NAME); in createChannel()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java169 if (data.hasKey(NotificationConstants.NOTIFICATION_CHANNEL_NAME)) { in createChannel()
170 channelName = data.getString(NotificationConstants.NOTIFICATION_CHANNEL_NAME); in createChannel()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java169 if (data.hasKey(NotificationConstants.NOTIFICATION_CHANNEL_NAME)) { in createChannel()
170 channelName = data.getString(NotificationConstants.NOTIFICATION_CHANNEL_NAME); in createChannel()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java169 if (data.hasKey(NotificationConstants.NOTIFICATION_CHANNEL_NAME)) { in createChannel()
170 channelName = data.getString(NotificationConstants.NOTIFICATION_CHANNEL_NAME); in createChannel()