| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/notifications/channels/ |
| H A D | ScopedNotificationsChannelManager.java | 59 public void deleteNotificationChannel(@NonNull String channelId) { in deleteNotificationChannel() method in ScopedNotificationsChannelManager 62 super.deleteNotificationChannel(channelToRemove.getId()); 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 D | ScopedNotificationsChannelManager.java | 59 public void deleteNotificationChannel(@NonNull String channelId) { in deleteNotificationChannel() method in ScopedNotificationsChannelManager 62 super.deleteNotificationChannel(channelToRemove.getId()); 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 D | ScopedNotificationsChannelManager.java | 59 public void deleteNotificationChannel(@NonNull String channelId) { in deleteNotificationChannel() method in ScopedNotificationsChannelManager 62 super.deleteNotificationChannel(channelToRemove.getId()); in deleteNotificationChannel()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/channels/ |
| H A D | ScopedNotificationsChannelManager.java | 59 public void deleteNotificationChannel(@NonNull String channelId) { in deleteNotificationChannel() method in ScopedNotificationsChannelManager 62 super.deleteNotificationChannel(channelToRemove.getId()); in deleteNotificationChannel()
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/channels/managers/ |
| H A D | NotificationsChannelManager.java | 24 void deleteNotificationChannel(@NonNull String channelId); in deleteNotificationChannel() method
|
| H A D | AndroidXNotificationsChannelManager.java | 73 public void deleteNotificationChannel(@NonNull String channelId) { in deleteNotificationChannel() method in AndroidXNotificationsChannelManager 74 mNotificationManager.deleteNotificationChannel(channelId); in deleteNotificationChannel()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/channels/managers/ |
| H A D | NotificationsChannelManager.java | 24 void deleteNotificationChannel(@NonNull String channelId); in deleteNotificationChannel() method
|
| H A D | AndroidXNotificationsChannelManager.java | 73 public void deleteNotificationChannel(@NonNull String channelId) { in deleteNotificationChannel() method in AndroidXNotificationsChannelManager 74 mNotificationManager.deleteNotificationChannel(channelId); in deleteNotificationChannel()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/channels/managers/ |
| H A D | NotificationsChannelManager.java | 24 void deleteNotificationChannel(@NonNull String channelId); in deleteNotificationChannel() method
|
| H A D | AndroidXNotificationsChannelManager.java | 73 public void deleteNotificationChannel(@NonNull String channelId) { in deleteNotificationChannel() method in AndroidXNotificationsChannelManager 74 mNotificationManager.deleteNotificationChannel(channelId); in deleteNotificationChannel()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/channels/managers/ |
| H A D | NotificationsChannelManager.java | 24 void deleteNotificationChannel(@NonNull String channelId); in deleteNotificationChannel() method
|
| H A D | AndroidXNotificationsChannelManager.java | 73 public void deleteNotificationChannel(@NonNull String channelId) { in deleteNotificationChannel() method in AndroidXNotificationsChannelManager 74 mNotificationManager.deleteNotificationChannel(channelId); in deleteNotificationChannel()
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/channels/ |
| H A D | NotificationChannelManagerModule.kt | 68 channelManager.deleteNotificationChannel(channelId) in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/channels/ |
| H A D | NotificationChannelManagerModule.java | 95 mChannelManager.deleteNotificationChannel(channelId); in deleteNotificationChannelAsync()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/channels/ |
| H A D | NotificationChannelManagerModule.java | 95 mChannelManager.deleteNotificationChannel(channelId); in deleteNotificationChannelAsync()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/channels/ |
| H A D | NotificationChannelManagerModule.java | 95 mChannelManager.deleteNotificationChannel(channelId); in deleteNotificationChannelAsync()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/ |
| H A D | ExponentNotificationManager.kt | 134 fun deleteNotificationChannel(experienceKey: ExperienceKey, channelId: String) { in deleteNotificationChannel() method in host.exp.exponent.notifications.ExponentNotificationManager 136 context.getSystemService(NotificationManager::class.java).deleteNotificationChannel( in deleteNotificationChannel()
|
| H A D | NotificationHelper.kt | 350 ExponentNotificationManager(context!!).deleteNotificationChannel(experienceKey!!, channelId!!) in deleteChannel()
|