Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationContent.java32 private NotificationPriority mPriority; field in NotificationContent
98 return mPriority; in getPriority()
139 mPriority = NotificationPriority.fromNativeValue(priorityNumber.intValue()); in NotificationContent()
158 dest.writeSerializable(mPriority != null ? mPriority.getNativeValue() : null); in writeToParcel()
185 out.writeObject(mPriority != null ? mPriority.getNativeValue() : null); in writeObject()
226 mPriority = NotificationPriority.fromNativeValue(priorityNumber.intValue()); in readObject()
252 private NotificationPriority mPriority; field in NotificationContent.Builder
284 mPriority = priority; in setPriority()
348 content.mPriority = mPriority; in build()