Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationContent.java28 private Uri mSound; field in NotificationContent
79 return mSound; in getSound()
129 mSound = in.readParcelable(getClass().getClassLoader()); in NotificationContent()
154 dest.writeParcelable(mSound, 0); in writeToParcel()
174 out.writeObject(mSound == null ? null : mSound.toString()); in writeObject()
200 mSound = null; in readObject()
202 mSound = Uri.parse(soundUri); in readObject()
248 private Uri mSound; field in NotificationContent.Builder
307 mSound = null; in useDefaultSound()
313 mSound = sound; in setSound()
[all …]