Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationContent.java137 Number priorityNumber = (Number) in.readSerializable(); in NotificationContent() local
138 if (priorityNumber != null) { in NotificationContent()
139 mPriority = NotificationPriority.fromNativeValue(priorityNumber.intValue()); in NotificationContent()
224 Number priorityNumber = (Number) in.readObject(); in readObject() local
225 if (priorityNumber != null) { in readObject()
226 mPriority = NotificationPriority.fromNativeValue(priorityNumber.intValue()); in readObject()