Home
last modified time | relevance | path

Searched refs:getNotificationRequest (Results 1 – 25 of 29) sorted by relevance

12

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/builders/
H A DBaseNotificationBuilder.java44 return getNotification().getNotificationRequest().getContent(); in getNotificationContent()
H A DChannelAwareNotificationBuilder.java128 NotificationRequest request = getNotification().getNotificationRequest(); in getTrigger()
H A DExpoNotificationBuilder.java104 …NOTIFICATION_REQUEST_KEY, marshallNotificationRequest(getNotification().getNotificationRequest())); in createBuilder()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DBaseNotificationBuilder.java44 return getNotification().getNotificationRequest().getContent(); in getNotificationContent()
H A DChannelAwareNotificationBuilder.java128 NotificationRequest request = getNotification().getNotificationRequest(); in getTrigger()
H A DExpoNotificationBuilder.java104 …NOTIFICATION_REQUEST_KEY, marshallNotificationRequest(getNotification().getNotificationRequest())); in createBuilder()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DBaseNotificationBuilder.java44 return getNotification().getNotificationRequest().getContent(); in getNotificationContent()
H A DChannelAwareNotificationBuilder.java128 NotificationRequest request = getNotification().getNotificationRequest(); in getTrigger()
H A DExpoNotificationBuilder.java104 …NOTIFICATION_REQUEST_KEY, marshallNotificationRequest(getNotification().getNotificationRequest())); in createBuilder()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DBaseNotificationBuilder.java44 return getNotification().getNotificationRequest().getContent(); in getNotificationContent()
H A DChannelAwareNotificationBuilder.java128 NotificationRequest request = getNotification().getNotificationRequest(); in getTrigger()
H A DExpoNotificationBuilder.java104 …NOTIFICATION_REQUEST_KEY, marshallNotificationRequest(getNotification().getNotificationRequest())); in createBuilder()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/
H A DExpoSchedulingDelegate.kt36 store.getNotificationRequest(identifier) in <lambda>()
69 val notificationRequest: NotificationRequest = store.getNotificationRequest(identifier)!! in <lambda>()
H A DSharedPreferencesNotificationsStore.kt33 fun getNotificationRequest(identifier: String) = in <lambda>() method
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/service/delegates/
H A DExpoSchedulingDelegate.kt36 store.getNotificationRequest(identifier) in <lambda>()
69 val notificationRequest: NotificationRequest = store.getNotificationRequest(identifier)!! in <lambda>()
H A DSharedPreferencesNotificationsStore.kt33 fun getNotificationRequest(identifier: String) = in <lambda>() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/service/delegates/
H A DExpoSchedulingDelegate.kt36 store.getNotificationRequest(identifier) in <lambda>()
69 val notificationRequest: NotificationRequest = store.getNotificationRequest(identifier)!! in <lambda>()
H A DSharedPreferencesNotificationsStore.kt33 fun getNotificationRequest(identifier: String) = in <lambda>() method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/service/delegates/
H A DExpoSchedulingDelegate.kt36 store.getNotificationRequest(identifier) in <lambda>()
69 val notificationRequest: NotificationRequest = store.getNotificationRequest(identifier)!! in <lambda>()
H A DSharedPreferencesNotificationsStore.kt33 fun getNotificationRequest(identifier: String) = in <lambda>() method
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotification.java33 public NotificationRequest getNotificationRequest() { in getNotificationRequest() method in Notification
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/handling/
H A DSingleNotificationHandlerTask.java57 return mNotification.getNotificationRequest().getIdentifier(); in getIdentifier()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/handling/
H A DSingleNotificationHandlerTask.java57 return mNotification.getNotificationRequest().getIdentifier(); in getIdentifier()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/handling/
H A DSingleNotificationHandlerTask.java57 return mNotification.getNotificationRequest().getIdentifier(); in getIdentifier()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/handling/
H A DSingleNotificationHandlerTask.java57 return mNotification.getNotificationRequest().getIdentifier(); in getIdentifier()

12