Home
last modified time | relevance | path

Searched refs:getSound (Results 1 – 25 of 30) sorted by relevance

12

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/
H A DArgumentsNotificationContentBuilder.java54 setSound(getSound(payload)); in setPayload()
84 return getSound(payload) == null; in shouldPlayDefaultSound()
87 protected Uri getSound(ReadableArguments payload) { in getSound() method in ArgumentsNotificationContentBuilder
H A DJSONNotificationContentBuilder.java52 setSound(getSound(payload)); in setPayload()
104 return getSound(payload) == null; in shouldPlayDefaultSound()
107 protected Uri getSound(JSONObject payload) { in getSound() method in JSONNotificationContentBuilder
H A DRemoteMessageSerializer.java89 serializedNotification.putString("sound", notification.getSound()); in toBundle()
H A DNotificationSerializer.java80 } else if (content.getSound() != null) { in toBundle()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/
H A DArgumentsNotificationContentBuilder.java54 setSound(getSound(payload)); in setPayload()
84 return getSound(payload) == null; in shouldPlayDefaultSound()
87 protected Uri getSound(ReadableArguments payload) { in getSound() method in ArgumentsNotificationContentBuilder
H A DJSONNotificationContentBuilder.java52 setSound(getSound(payload)); in setPayload()
104 return getSound(payload) == null; in shouldPlayDefaultSound()
107 protected Uri getSound(JSONObject payload) { in getSound() method in JSONNotificationContentBuilder
H A DRemoteMessageSerializer.java89 serializedNotification.putString("sound", notification.getSound()); in toBundle()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/
H A DArgumentsNotificationContentBuilder.java54 setSound(getSound(payload)); in setPayload()
84 return getSound(payload) == null; in shouldPlayDefaultSound()
87 protected Uri getSound(ReadableArguments payload) { in getSound() method in ArgumentsNotificationContentBuilder
H A DJSONNotificationContentBuilder.java52 setSound(getSound(payload)); in setPayload()
104 return getSound(payload) == null; in shouldPlayDefaultSound()
107 protected Uri getSound(JSONObject payload) { in getSound() method in JSONNotificationContentBuilder
H A DRemoteMessageSerializer.java89 serializedNotification.putString("sound", notification.getSound()); in toBundle()
H A DNotificationSerializer.java80 } else if (content.getSound() != null) { in toBundle()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/
H A DArgumentsNotificationContentBuilder.java54 setSound(getSound(payload)); in setPayload()
84 return getSound(payload) == null; in shouldPlayDefaultSound()
87 protected Uri getSound(ReadableArguments payload) { in getSound() method in ArgumentsNotificationContentBuilder
H A DJSONNotificationContentBuilder.java52 setSound(getSound(payload)); in setPayload()
104 return getSound(payload) == null; in shouldPlayDefaultSound()
107 protected Uri getSound(JSONObject payload) { in getSound() method in JSONNotificationContentBuilder
H A DRemoteMessageSerializer.java89 serializedNotification.putString("sound", notification.getSound()); in toBundle()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/builders/
H A DExpoNotificationBuilder.java78 if (shouldPlaySound() && content.getSound() != null) { in createBuilder()
79 builder.setSound(content.getSound()); in createBuilder()
155 boolean contentAllowsSound = content.shouldPlayDefaultSound() || content.getSound() != null; in shouldPlaySound()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DExpoNotificationBuilder.java78 if (shouldPlaySound() && content.getSound() != null) { in createBuilder()
79 builder.setSound(content.getSound()); in createBuilder()
155 boolean contentAllowsSound = content.shouldPlayDefaultSound() || content.getSound() != null; in shouldPlaySound()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DExpoNotificationBuilder.java78 if (shouldPlaySound() && content.getSound() != null) { in createBuilder()
79 builder.setSound(content.getSound()); in createBuilder()
155 boolean contentAllowsSound = content.shouldPlayDefaultSound() || content.getSound() != null; in shouldPlaySound()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DExpoNotificationBuilder.java78 if (shouldPlaySound() && content.getSound() != null) { in createBuilder()
79 builder.setSound(content.getSound()); in createBuilder()
155 boolean contentAllowsSound = content.shouldPlayDefaultSound() || content.getSound() != null; in shouldPlaySound()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/PushNotificationIOS/
H A DPushNotificationIOS.d.ts25 getSound(): string; method
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/PushNotificationIOS/
H A DPushNotificationIOS.d.ts25 getSound(): string; method
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/channels/serializers/
H A DExpoNotificationsChannelSerializer.java39 result.putString(SOUND_KEY, toString(channel.getSound())); in toBundle()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/channels/serializers/
H A DExpoNotificationsChannelSerializer.java39 result.putString(SOUND_KEY, toString(channel.getSound())); in toBundle()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/channels/serializers/
H A DExpoNotificationsChannelSerializer.java39 result.putString(SOUND_KEY, toString(channel.getSound())); in toBundle()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/channels/serializers/
H A DExpoNotificationsChannelSerializer.java39 result.putString(SOUND_KEY, toString(channel.getSound())); in toBundle()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationContent.java78 public Uri getSound() { in getSound() method in NotificationContent

12