Searched refs:mBody (Results 1 – 1 of 1) sorted by relevance
31 private JSONObject mBody; field in NotificationContent93 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.Builder279 mBody = body; in setBody()347 content.mBody = mBody; in build()