Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/builders/
H A DExpoNotificationBuilder.java47 builder.setPriority(getPriority()); in createBuilder()
191 private int getPriority() { in getPriority() method in ExpoNotificationBuilder
192 NotificationPriority requestPriority = getNotificationContent().getPriority(); in getPriority()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/
H A DArgumentsNotificationContentBuilder.java44 .setPriority(getPriority(payload)) in setPayload()
130 protected NotificationPriority getPriority(ReadableArguments payload) { in getPriority() method in ArgumentsNotificationContentBuilder
H A DJSONNotificationContentBuilder.java42 .setPriority(getPriority(payload)) in setPayload()
155 protected NotificationPriority getPriority(JSONObject payload) { in getPriority() method in JSONNotificationContentBuilder
H A DNotificationSerializer.java85 if (content.getPriority() != null) { in toBundle()
86 serializedContent.putString("priority", content.getPriority().getEnumValue()); in toBundle()
H A DRemoteMessageSerializer.java31 serializedMessage.putInt("priority", message.getPriority()); in toBundle()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/
H A DArgumentsNotificationContentBuilder.java44 .setPriority(getPriority(payload)) in setPayload()
130 protected NotificationPriority getPriority(ReadableArguments payload) { in getPriority() method in ArgumentsNotificationContentBuilder
H A DJSONNotificationContentBuilder.java42 .setPriority(getPriority(payload)) in setPayload()
155 protected NotificationPriority getPriority(JSONObject payload) { in getPriority() method in JSONNotificationContentBuilder
H A DNotificationSerializer.java85 if (content.getPriority() != null) { in toBundle()
86 serializedContent.putString("priority", content.getPriority().getEnumValue()); in toBundle()
H A DRemoteMessageSerializer.java31 serializedMessage.putInt("priority", message.getPriority()); in toBundle()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/
H A DArgumentsNotificationContentBuilder.java44 .setPriority(getPriority(payload)) in setPayload()
130 protected NotificationPriority getPriority(ReadableArguments payload) { in getPriority() method in ArgumentsNotificationContentBuilder
H A DJSONNotificationContentBuilder.java42 .setPriority(getPriority(payload)) in setPayload()
155 protected NotificationPriority getPriority(JSONObject payload) { in getPriority() method in JSONNotificationContentBuilder
H A DNotificationSerializer.java85 if (content.getPriority() != null) { in toBundle()
86 serializedContent.putString("priority", content.getPriority().getEnumValue()); in toBundle()
H A DRemoteMessageSerializer.java31 serializedMessage.putInt("priority", message.getPriority()); in toBundle()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/
H A DArgumentsNotificationContentBuilder.java44 .setPriority(getPriority(payload)) in setPayload()
130 protected NotificationPriority getPriority(ReadableArguments payload) { in getPriority() method in ArgumentsNotificationContentBuilder
H A DJSONNotificationContentBuilder.java42 .setPriority(getPriority(payload)) in setPayload()
155 protected NotificationPriority getPriority(JSONObject payload) { in getPriority() method in JSONNotificationContentBuilder
H A DNotificationSerializer.java85 if (content.getPriority() != null) { in toBundle()
86 serializedContent.putString("priority", content.getPriority().getEnumValue()); in toBundle()
H A DRemoteMessageSerializer.java31 serializedMessage.putInt("priority", message.getPriority()); in toBundle()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DExpoNotificationBuilder.java47 builder.setPriority(getPriority()); in createBuilder()
191 private int getPriority() { in getPriority() method in ExpoNotificationBuilder
192 NotificationPriority requestPriority = getNotificationContent().getPriority(); in getPriority()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DExpoNotificationBuilder.java47 builder.setPriority(getPriority()); in createBuilder()
191 private int getPriority() { in getPriority() method in ExpoNotificationBuilder
192 NotificationPriority requestPriority = getNotificationContent().getPriority(); in getPriority()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DExpoNotificationBuilder.java47 builder.setPriority(getPriority()); in createBuilder()
191 private int getPriority() { in getPriority() method in ExpoNotificationBuilder
192 NotificationPriority requestPriority = getNotificationContent().getPriority(); in getPriority()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationContent.java97 public NotificationPriority getPriority() { in getPriority() method in NotificationContent