Home
last modified time | relevance | path

Searched refs:getNotificationChannel (Results 1 – 25 of 36) sorted by relevance

12

/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/notifications/channels/
H A DScopedNotificationsChannelManager.java32 public NotificationChannel getNotificationChannel(@NonNull String channelId) { in getNotificationChannel() method in ScopedNotificationsChannelManager
33 …NotificationChannel scopedChannel = super.getNotificationChannel(ScopedNotificationsIdUtils.getSco… in getNotificationChannel()
39 return super.getNotificationChannel(channelId); in getNotificationChannel()
60 NotificationChannel channelToRemove = getNotificationChannel(channelId); in deleteNotificationChannel()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/notifications/channels/
H A DScopedNotificationsChannelManager.java32 public NotificationChannel getNotificationChannel(@NonNull String channelId) { in getNotificationChannel() method in ScopedNotificationsChannelManager
33 …NotificationChannel scopedChannel = super.getNotificationChannel(ScopedNotificationsIdUtils.getSco… in getNotificationChannel()
39 return super.getNotificationChannel(channelId); in getNotificationChannel()
60 NotificationChannel channelToRemove = getNotificationChannel(channelId); in deleteNotificationChannel()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/notifications/channels/
H A DScopedNotificationsChannelManager.java32 public NotificationChannel getNotificationChannel(@NonNull String channelId) { in getNotificationChannel() method in ScopedNotificationsChannelManager
33 …NotificationChannel scopedChannel = super.getNotificationChannel(ScopedNotificationsIdUtils.getSco… in getNotificationChannel()
39 return super.getNotificationChannel(channelId); in getNotificationChannel()
60 NotificationChannel channelToRemove = getNotificationChannel(channelId); in deleteNotificationChannel()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/channels/
H A DScopedNotificationsChannelManager.java32 public NotificationChannel getNotificationChannel(@NonNull String channelId) { in getNotificationChannel() method in ScopedNotificationsChannelManager
33 …NotificationChannel scopedChannel = super.getNotificationChannel(ScopedNotificationsIdUtils.getSco… in getNotificationChannel()
39 return super.getNotificationChannel(channelId); in getNotificationChannel()
60 NotificationChannel channelToRemove = getNotificationChannel(channelId); in deleteNotificationChannel()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/triggers/
H A DFirebaseNotificationTrigger.java55 public String getNotificationChannel() { in getNotificationChannel() method in FirebaseNotificationTrigger
59 return NotificationTrigger.super.getNotificationChannel(); in getNotificationChannel()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/builders/
H A DChannelAwareNotificationBuilder.java56 String channelId = trigger.getNotificationChannel(); in getChannelId()
62 NotificationChannel channel = manager.getNotificationChannel(channelId); in getChannelId()
88 …NotificationChannel channel = getNotificationManager().getNotificationChannel(FALLBACK_CHANNEL_ID); in getFallbackNotificationChannel()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DChannelAwareNotificationBuilder.java56 String channelId = trigger.getNotificationChannel(); in getChannelId()
62 NotificationChannel channel = manager.getNotificationChannel(channelId); in getChannelId()
88 …NotificationChannel channel = getNotificationManager().getNotificationChannel(FALLBACK_CHANNEL_ID); in getFallbackNotificationChannel()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DChannelAwareNotificationBuilder.java56 String channelId = trigger.getNotificationChannel(); in getChannelId()
62 NotificationChannel channel = manager.getNotificationChannel(channelId); in getChannelId()
88 …NotificationChannel channel = getNotificationManager().getNotificationChannel(FALLBACK_CHANNEL_ID); in getFallbackNotificationChannel()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DChannelAwareNotificationBuilder.java56 String channelId = trigger.getNotificationChannel(); in getChannelId()
62 NotificationChannel channel = manager.getNotificationChannel(channelId); in getChannelId()
88 …NotificationChannel channel = getNotificationManager().getNotificationChannel(FALLBACK_CHANNEL_ID); in getFallbackNotificationChannel()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/interfaces/
H A DNotificationTrigger.java16 default String getNotificationChannel() { in getNotificationChannel() method
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/triggers/
H A DChannelAwareTrigger.java34 public String getNotificationChannel() { in getNotificationChannel() method in ChannelAwareTrigger
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/channels/managers/
H A DNotificationsChannelManager.java17 NotificationChannel getNotificationChannel(@NonNull String channelId); in getNotificationChannel() method
H A DAndroidXNotificationsChannelManager.java60 public NotificationChannel getNotificationChannel(@NonNull String channelId) { in getNotificationChannel() method in AndroidXNotificationsChannelManager
61 return mNotificationManager.getNotificationChannel(channelId); in getNotificationChannel()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/triggers/
H A DChannelAwareTrigger.java34 public String getNotificationChannel() { in getNotificationChannel() method in ChannelAwareTrigger
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/triggers/
H A DChannelAwareTrigger.java34 public String getNotificationChannel() { in getNotificationChannel() method in ChannelAwareTrigger
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/triggers/
H A DChannelAwareTrigger.java34 public String getNotificationChannel() { in getNotificationChannel() method in ChannelAwareTrigger
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/channels/managers/
H A DNotificationsChannelManager.java17 NotificationChannel getNotificationChannel(@NonNull String channelId); in getNotificationChannel() method
H A DAndroidXNotificationsChannelManager.java60 public NotificationChannel getNotificationChannel(@NonNull String channelId) { in getNotificationChannel() method in AndroidXNotificationsChannelManager
61 return mNotificationManager.getNotificationChannel(channelId); in getNotificationChannel()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/channels/managers/
H A DNotificationsChannelManager.java17 NotificationChannel getNotificationChannel(@NonNull String channelId); in getNotificationChannel() method
H A DAndroidXNotificationsChannelManager.java60 public NotificationChannel getNotificationChannel(@NonNull String channelId) { in getNotificationChannel() method in AndroidXNotificationsChannelManager
61 return mNotificationManager.getNotificationChannel(channelId); in getNotificationChannel()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/channels/managers/
H A DNotificationsChannelManager.java17 NotificationChannel getNotificationChannel(@NonNull String channelId); in getNotificationChannel() method
H A DAndroidXNotificationsChannelManager.java60 public NotificationChannel getNotificationChannel(@NonNull String channelId) { in getNotificationChannel() method in AndroidXNotificationsChannelManager
61 return mNotificationManager.getNotificationChannel(channelId); in getNotificationChannel()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/channels/
H A DNotificationChannelManagerModule.kt45 val notificationChannel = channelManager.getNotificationChannel(channelId) in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/location/services/
H A DLocationTaskService.java124 NotificationChannel channel = notificationManager.getNotificationChannel(id); in prepareChannel()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/location/services/
H A DLocationTaskService.java124 NotificationChannel channel = notificationManager.getNotificationChannel(id); in prepareChannel()

12