Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DConversationChannelWrapper.java35 private CharSequence mParentChannelLabel; field in ConversationChannelWrapper
45 mParentChannelLabel = in.readCharSequence(); in ConversationChannelWrapper()
55 dest.writeCharSequence(mParentChannelLabel); in writeToParcel()
98 return mParentChannelLabel; in getParentChannelLabel()
102 mParentChannelLabel = parentChannelLabel; in setParentChannelLabel()