Home
last modified time | relevance | path

Searched defs:serializeNotifications (Results 1 – 8 of 8) sorted by relevance

/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/
H A DExpoNotificationPresentationModule.java108 protected ArrayList<Bundle> serializeNotifications(Collection<Notification> notifications) { in serializeNotifications() method in ExpoNotificationPresentationModule
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/
H A DExpoNotificationPresentationModule.java108 protected ArrayList<Bundle> serializeNotifications(Collection<Notification> notifications) { in serializeNotifications() method in ExpoNotificationPresentationModule
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/
H A DExpoNotificationPresentationModule.java108 protected ArrayList<Bundle> serializeNotifications(Collection<Notification> notifications) { in serializeNotifications() method in ExpoNotificationPresentationModule
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedExpoNotificationPresentationModule.kt33 override fun serializeNotifications(notifications: Collection<Notification>): ArrayList<Bundle> { in serializeNotifications() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedExpoNotificationPresentationModule.kt33 override fun serializeNotifications(notifications: Collection<Notification>): ArrayList<Bundle> { in serializeNotifications() method
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/notifications/
H A DScopedExpoNotificationPresentationModule.kt31 override fun serializeNotifications(notifications: Collection<Notification>): List<Bundle> { in <lambda>() method in versioned.host.exp.exponent.modules.universal.notifications.ScopedExpoNotificationPresentationModule
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/notifications/
H A DScopedExpoNotificationPresentationModule.kt33 override fun serializeNotifications(notifications: Collection<Notification>): ArrayList<Bundle> { in serializeNotifications() method
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/
H A DExpoNotificationPresentationModule.kt110 protected open fun serializeNotifications(notifications: Collection<Notification>): List<Bundle> { in <lambda>() method in expo.modules.notifications.notifications.presentation.ExpoNotificationPresentationModule