Searched refs:mSubtitle (Results 1 – 1 of 1) sorted by relevance
25 private String mSubtitle; field in NotificationContent65 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.Builder269 mSubtitle = subtitle; in setSubtitle()340 content.mSubtitle = mSubtitle; in build()