Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationContent.java31 private JSONObject mBody; field in NotificationContent
93 return mBody; in getBody()
133 mBody = new JSONObject(in.readString()); in NotificationContent()
157 dest.writeString(mBody != null ? mBody.toString() : null); in writeToParcel()
184 out.writeObject(mBody != null ? mBody.toString() : null); in writeObject()
216 mBody = null; in readObject()
219 mBody = new JSONObject(bodyString); in readObject()
251 private JSONObject mBody; field in NotificationContent.Builder
279 mBody = body; in setBody()
347 content.mBody = mBody; in build()