Home
last modified time | relevance | path

Searched refs:onNotificationReceived (Results 1 – 23 of 23) sorted by relevance

/expo/packages/expo-notifications/android/src/test/java/expo/modules/notifications/service/delegates/
H A DExpoHandlingDelegateTest.kt32 every { notificationManager.onNotificationReceived(any()) } answers { } in setup()
44 verify { notificationManager.onNotificationReceived(expectedNotification) } in handleNotification when in foreground invokes listener and does not present()
55 verify(inverse = true) { notificationManager.onNotificationReceived(any()) } in handleNotification when in background does not invoke listener and presents notification()
66 verify(inverse = true) { notificationManager.onNotificationReceived(any()) } in handleNotification when in background with title only presents notification()
77 verify(inverse = true) { notificationManager.onNotificationReceived(any()) } in handleNotification when in background with text only presents notification()
89 verify(inverse = true) { notificationManager.onNotificationReceived(any()) } in handleNotification when in background and data only does not present notification()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationsEmitter.kt13 override fun onNotificationReceived(notification: Notification) { in onNotificationReceived() method
15 super.onNotificationReceived(notification) in onNotificationReceived()
H A DScopedNotificationsHandler.kt14 override fun onNotificationReceived(notification: Notification) { in onNotificationReceived() method
16 super.onNotificationReceived(notification) in onNotificationReceived()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationsEmitter.kt13 override fun onNotificationReceived(notification: Notification) { in onNotificationReceived() method
15 super.onNotificationReceived(notification) in onNotificationReceived()
H A DScopedNotificationsHandler.kt14 override fun onNotificationReceived(notification: Notification) { in onNotificationReceived() method
16 super.onNotificationReceived(notification) in onNotificationReceived()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationsEmitter.kt13 override fun onNotificationReceived(notification: Notification) { in onNotificationReceived() method
15 super.onNotificationReceived(notification) in onNotificationReceived()
H A DScopedNotificationsHandler.kt14 override fun onNotificationReceived(notification: Notification) { in onNotificationReceived() method
16 super.onNotificationReceived(notification) in onNotificationReceived()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/notifications/
H A DScopedNotificationsHandler.kt14 override fun onNotificationReceived(notification: Notification) { in onNotificationReceived() method
16 super.onNotificationReceived(notification) in onNotificationReceived()
H A DScopedNotificationsEmitter.kt14 override fun onNotificationReceived(notification: Notification) { in onNotificationReceived() method
16 super.onNotificationReceived(notification) in onNotificationReceived()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/interfaces/
H A DNotificationListener.java18 default void onNotificationReceived(Notification notification) { in onNotificationReceived() method
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/
H A DNotificationManager.java77 public void onNotificationReceived(Notification notification) { in onNotificationReceived() method in NotificationManager
81 listener.onNotificationReceived(notification); in onNotificationReceived()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/emitting/
H A DNotificationsEmitter.kt51 override fun onNotificationReceived(notification: Notification) { in onNotificationReceived() method in expo.modules.notifications.notifications.emitting.NotificationsEmitter
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/emitting/
H A DNotificationsEmitter.java65 public void onNotificationReceived(Notification notification) { in onNotificationReceived() method in NotificationsEmitter
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/emitting/
H A DNotificationsEmitter.java65 public void onNotificationReceived(Notification notification) { in onNotificationReceived() method in NotificationsEmitter
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/emitting/
H A DNotificationsEmitter.java65 public void onNotificationReceived(Notification notification) { in onNotificationReceived() method in NotificationsEmitter
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.kt111 override fun onNotificationReceived(notification: Notification) { in onNotificationReceived() method in expo.modules.notifications.notifications.handling.NotificationsHandler
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.java121 public void onNotificationReceived(Notification notification) { in onNotificationReceived() method in NotificationsHandler
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.java121 public void onNotificationReceived(Notification notification) { in onNotificationReceived() method in NotificationsHandler
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.java121 public void onNotificationReceived(Notification notification) { in onNotificationReceived() method in NotificationsHandler
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/
H A DExpoHandlingDelegate.kt111 it.onNotificationReceived(notification) in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/service/delegates/
H A DExpoHandlingDelegate.kt111 it.onNotificationReceived(notification) in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/service/delegates/
H A DExpoHandlingDelegate.kt111 it.onNotificationReceived(notification) in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/service/delegates/
H A DExpoHandlingDelegate.kt111 it.onNotificationReceived(notification) in <lambda>()