Home
last modified time | relevance | path

Searched refs:foreignNotification (Results 1 – 5 of 5) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DScopedNotificationsUtils.kt29 …val foreignNotification = ExpoPresentationDelegate.parseNotificationIdentifier(notificationRequest… in shouldHandleNotification() constant
30 if (foreignNotification != null) { in shouldHandleNotification()
31 val foreignNotificationExperienceScopeKey = foreignNotification.first in shouldHandleNotification()
33 …nager.getAllNotificationsIds(foreignNotificationExperienceKey).contains(foreignNotification.second) in shouldHandleNotification()
35 …entNotification = foreignNotificationExperienceScopeKey == null && foreignNotification.second == E… in shouldHandleNotification()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/
H A DExpoPresentationDelegate.kt122 val foreignNotification = parseNotificationIdentifier(identifier) in <lambda>() constant
123 if (foreignNotification != null) { in <lambda>()
125 …NotificationManagerCompat.from(context).cancel(foreignNotification.first, foreignNotification.seco… in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/service/delegates/
H A DExpoPresentationDelegate.kt128 val foreignNotification = parseNotificationIdentifier(identifier) in <lambda>() constant
129 if (foreignNotification != null) { in <lambda>()
131 …NotificationManagerCompat.from(context).cancel(foreignNotification.first, foreignNotification.seco… in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/service/delegates/
H A DExpoPresentationDelegate.kt128 val foreignNotification = parseNotificationIdentifier(identifier) in <lambda>() constant
129 if (foreignNotification != null) { in <lambda>()
131 …NotificationManagerCompat.from(context).cancel(foreignNotification.first, foreignNotification.seco… in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/service/delegates/
H A DExpoPresentationDelegate.kt128 val foreignNotification = parseNotificationIdentifier(identifier) in <lambda>() constant
129 if (foreignNotification != null) { in <lambda>()
131 …NotificationManagerCompat.from(context).cancel(foreignNotification.first, foreignNotification.seco… in <lambda>()