Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationContent.java25 private String mSubtitle; field in NotificationContent
65 return mSubtitle; in getSubtitle()
126 mSubtitle = in.readString(); in NotificationContent()
151 dest.writeString(mSubtitle); in writeToParcel()
171 out.writeObject(mSubtitle); in writeObject()
195 mSubtitle = (String) in.readObject(); in readObject()
245 private String mSubtitle; field in NotificationContent.Builder
269 mSubtitle = subtitle; in setSubtitle()
340 content.mSubtitle = mSubtitle; in build()